summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-11-09 16:06:28 -0700
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-11-10 11:25:30 +0000
commit6d4cee8cd6265f357745ed8fcb24e7f57dbb6096 (patch)
treee8824a74059e8adfe7ea44125739a6f864823695
parentf78c911177e539a55420afce34a46a416d023803 (diff)
downloadmeta-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)
-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"