summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx8dxl-lpddr4-evk.conf
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-05-02 10:22:08 -0500
committerTom Hochstein <tom.hochstein@nxp.com>2022-05-09 17:29:49 -0500
commit40d5578d5d873fa005fbaa920d35d6cce9b0d1dd (patch)
tree3fae396800bc850dc7275198065adfb844bb5114 /conf/machine/imx8dxl-lpddr4-evk.conf
parentb281aff059a90d1d99a9cda3c99250e4d89403d9 (diff)
downloadmeta-freescale-40d5578d5d873fa005fbaa920d35d6cce9b0d1dd.tar.gz
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 <tom.hochstein@nxp.com>
Diffstat (limited to 'conf/machine/imx8dxl-lpddr4-evk.conf')
-rw-r--r--conf/machine/imx8dxl-lpddr4-evk.conf2
1 files changed, 2 insertions, 0 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 = " \
17UBOOT_CONFIG_BASENAME = "imx8dxl_evk" 17UBOOT_CONFIG_BASENAME = "imx8dxl_evk"
18 18
19UBOOT_CONFIG[lcd] = "${UBOOT_CONFIG_BASENAME}_lcd_defconfig" 19UBOOT_CONFIG[lcd] = "${UBOOT_CONFIG_BASENAME}_lcd_defconfig"
20
21BOARD_TYPE = "evk"