From 3fa1e758376e78cca1a715eb7bf676cd420cbcef Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Mon, 2 May 2022 10:22:08 -0500 Subject: imx8dxl-lpddr4-evk: Cleanup BOARD_TYPE assignment The BOARD_TYPE is board-specific, so move it from the .inc to the .conf. Signed-off-by: Tom Hochstein (cherry picked from commit 40d5578d5d873fa005fbaa920d35d6cce9b0d1dd) --- conf/machine/imx8dxl-lpddr4-evk.conf | 2 ++ conf/machine/include/imx8dxl-evk.inc | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/conf/machine/imx8dxl-lpddr4-evk.conf b/conf/machine/imx8dxl-lpddr4-evk.conf index 11a5dc85..2ca9b986 100644 --- a/conf/machine/imx8dxl-lpddr4-evk.conf +++ b/conf/machine/imx8dxl-lpddr4-evk.conf @@ -17,3 +17,5 @@ KERNEL_DEVICETREE:append:use-nxp-bsp = " \ UBOOT_CONFIG_BASENAME = "imx8dxl_evk" UBOOT_CONFIG[lcd] = "${UBOOT_CONFIG_BASENAME}_lcd_defconfig" + +BOARD_TYPE = "evk" diff --git a/conf/machine/include/imx8dxl-evk.inc b/conf/machine/include/imx8dxl-evk.inc index 837ecc33..491ebffe 100644 --- a/conf/machine/include/imx8dxl-evk.inc +++ b/conf/machine/include/imx8dxl-evk.inc @@ -58,6 +58,3 @@ IMXBOOT_TARGETS = \ bb.utils.contains('UBOOT_CONFIG', 'fspi', '${IMXBOOT_TARGETS_FSPI}', \ bb.utils.contains('UBOOT_CONFIG', 'nand', '${IMXBOOT_TARGETS_NAND}', \ 'INVALID', d), d), d)}" - - -BOARD_TYPE = "evk" -- cgit v1.2.3-54-g00ecf