diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-11-09 16:06:28 -0700 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-11-10 11:25:30 +0000 |
commit | 6d4cee8cd6265f357745ed8fcb24e7f57dbb6096 (patch) | |
tree | e8824a74059e8adfe7ea44125739a6f864823695 /conf/machine | |
parent | f78c911177e539a55420afce34a46a416d023803 (diff) | |
download | meta-freescale-6d4cee8cd6265f357745ed8fcb24e7f57dbb6096.tar.gz |
imx8dxl-ddr3l-evk.conf: Adjust kernel and u-boot names
The memory type ddr3l encoded in the internal names for linux-imx 5.15.52
and u-boot-imx has been fixed.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
(cherry picked from commit 79234c20e1f87560f37f5174c4c3188acec5d9c3)
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/imx8dxl-ddr3l-evk.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/imx8dxl-ddr3l-evk.conf b/conf/machine/imx8dxl-ddr3l-evk.conf index b76c8060..7d46e2b4 100644 --- a/conf/machine/imx8dxl-ddr3l-evk.conf +++ b/conf/machine/imx8dxl-ddr3l-evk.conf | |||
@@ -5,8 +5,8 @@ | |||
5 | #@MAINTAINER: Lauren Post <lauren.post@nxp.com> | 5 | #@MAINTAINER: Lauren Post <lauren.post@nxp.com> |
6 | 6 | ||
7 | require conf/machine/include/imx8dxl-evk.inc | 7 | require conf/machine/include/imx8dxl-evk.inc |
8 | KERNEL_DEVICETREE_BASENAME = "imx8dxl-ddr3-evk" | 8 | KERNEL_DEVICETREE_BASENAME = "imx8dxl-ddr3l-evk" |
9 | UBOOT_CONFIG_BASENAME = "imx8dxl_ddr3_evk" | 9 | UBOOT_CONFIG_BASENAME = "imx8dxl_ddr3l_evk" |
10 | UBOOT_CONFIG[nand] = "${UBOOT_CONFIG_BASENAME}_nand_defconfig" | 10 | UBOOT_CONFIG[nand] = "${UBOOT_CONFIG_BASENAME}_nand_defconfig" |
11 | 11 | ||
12 | BOARD_TYPE = "ddr3-evk" | 12 | BOARD_TYPE = "ddr3-evk" |