]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx8dxl-ddr3-evk: Fix BOARD_TYPE
authorTom Hochstein <tom.hochstein@nxp.com>
Wed, 28 Apr 2021 19:49:33 +0000 (14:49 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 29 Apr 2021 22:33:45 +0000 (19:33 -0300)
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>
(cherry picked from commit 0268af0e30d7f2b9a3e99c3aaa0866e4fbe29280)

conf/machine/imx8dxl-ddr3-evk.conf

index a713fd796bcd223446e55464597e89d25f0e7ba5..1b2bad6bbcc1b9c60578b966aa8faf168b5450a4 100644 (file)
@@ -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"