summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-11-09 16:06:28 -0700
committerTom Hochstein <tom.hochstein@nxp.com>2022-11-09 16:28:41 -0700
commit79234c20e1f87560f37f5174c4c3188acec5d9c3 (patch)
treeb32610a93694072fdb4217a6581e58228e5fc3d8
parentf386e7b023271727192b1be6ea8b1613d1ec5778 (diff)
downloadmeta-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.conf4
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
7require conf/machine/include/imx8dxl-evk.inc 7require conf/machine/include/imx8dxl-evk.inc
8KERNEL_DEVICETREE_BASENAME = "imx8dxl-ddr3-evk" 8KERNEL_DEVICETREE_BASENAME = "imx8dxl-ddr3l-evk"
9UBOOT_CONFIG_BASENAME = "imx8dxl_ddr3_evk" 9UBOOT_CONFIG_BASENAME = "imx8dxl_ddr3l_evk"
10UBOOT_CONFIG[nand] = "${UBOOT_CONFIG_BASENAME}_nand_defconfig" 10UBOOT_CONFIG[nand] = "${UBOOT_CONFIG_BASENAME}_nand_defconfig"
11 11
12BOARD_TYPE = "ddr3-evk" 12BOARD_TYPE = "ddr3-evk"