From 0268af0e30d7f2b9a3e99c3aaa0866e4fbe29280 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Wed, 28 Apr 2021 14:49:33 -0500 Subject: [PATCH] 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 --- conf/machine/imx8dxl-ddr3-evk.conf | 2 ++ 1 file changed, 2 insertions(+) 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 KERNEL_DEVICETREE_BASENAME = "imx8dxl-ddr3-evk" UBOOT_CONFIG_BASENAME = "imx8dxl_ddr3_evk" UBOOT_CONFIG[nand] = "${UBOOT_CONFIG_BASENAME}_nand_defconfig" + +BOARD_TYPE = "val" -- 2.40.1