summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2021-04-28 14:49:33 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2021-04-28 17:48:45 -0300
commit0268af0e30d7f2b9a3e99c3aaa0866e4fbe29280 (patch)
tree2e35c926d74f68790d078bb072a7f2afd4b6f5a3 /conf
parent83c582f3ae6803f46ef76074d8a19bd4a6c6fb17 (diff)
downloadmeta-freescale-0268af0e30d7f2b9a3e99c3aaa0866e4fbe29280.tar.gz
imx8dxl-ddr3-evk: Fix BOARD_TYPE
The BOARD_TYPE used for this board by imx-sc-firmware is val. It will eventually be evk, but for now using evk is wrong and causes the board to fail to boot. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/imx8dxl-ddr3-evk.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/imx8dxl-ddr3-evk.conf b/conf/machine/imx8dxl-ddr3-evk.conf
index a713fd79..1b2bad6b 100644
--- a/conf/machine/imx8dxl-ddr3-evk.conf
+++ b/conf/machine/imx8dxl-ddr3-evk.conf
@@ -7,3 +7,5 @@ require conf/machine/include/imx8dxl-evk.inc
7KERNEL_DEVICETREE_BASENAME = "imx8dxl-ddr3-evk" 7KERNEL_DEVICETREE_BASENAME = "imx8dxl-ddr3-evk"
8UBOOT_CONFIG_BASENAME = "imx8dxl_ddr3_evk" 8UBOOT_CONFIG_BASENAME = "imx8dxl_ddr3_evk"
9UBOOT_CONFIG[nand] = "${UBOOT_CONFIG_BASENAME}_nand_defconfig" 9UBOOT_CONFIG[nand] = "${UBOOT_CONFIG_BASENAME}_nand_defconfig"
10
11BOARD_TYPE = "val"