summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
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/include
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/include')
-rw-r--r--conf/machine/include/imx8dxl-evk.inc3
1 files changed, 0 insertions, 3 deletions
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 = \
58 bb.utils.contains('UBOOT_CONFIG', 'fspi', '${IMXBOOT_TARGETS_FSPI}', \ 58 bb.utils.contains('UBOOT_CONFIG', 'fspi', '${IMXBOOT_TARGETS_FSPI}', \
59 bb.utils.contains('UBOOT_CONFIG', 'nand', '${IMXBOOT_TARGETS_NAND}', \ 59 bb.utils.contains('UBOOT_CONFIG', 'nand', '${IMXBOOT_TARGETS_NAND}', \
60 'INVALID', d), d), d)}" 60 'INVALID', d), d), d)}"
61
62
63BOARD_TYPE = "evk"