diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-11-09 16:06:28 -0700 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-11-09 16:28:41 -0700 |
commit | 79234c20e1f87560f37f5174c4c3188acec5d9c3 (patch) | |
tree | b32610a93694072fdb4217a6581e58228e5fc3d8 | |
parent | f386e7b023271727192b1be6ea8b1613d1ec5778 (diff) | |
download | meta-freescale-79234c20e1f87560f37f5174c4c3188acec5d9c3.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>
-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" |