summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2021-03-20 17:33:10 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2021-03-24 11:18:34 -0300
commite2b72c0ce909d0ada71a7f440c7f0eaa5de4bcf2 (patch)
tree339775cf034ec9db8524e9a95ede880f1304ac55
parent7b8e71a2a75dd8adbab86d593fe8c02ccbb8e293 (diff)
downloadmeta-freescale-e2b72c0ce909d0ada71a7f440c7f0eaa5de4bcf2.tar.gz
imx28evk: Drop unused IMXBOOTLETS_MACHINE variable
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--conf/machine/imx28evk.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/machine/imx28evk.conf b/conf/machine/imx28evk.conf
index 7c359e54..d6153dfa 100644
--- a/conf/machine/imx28evk.conf
+++ b/conf/machine/imx28evk.conf
@@ -9,8 +9,6 @@ MACHINEOVERRIDES =. "mxs:mx28:"
9include conf/machine/include/imx-base.inc 9include conf/machine/include/imx-base.inc
10include conf/machine/include/tune-arm926ejs.inc 10include conf/machine/include/tune-arm926ejs.inc
11 11
12IMXBOOTLETS_MACHINE = "iMX28_EVK"
13
14UBOOT_CONFIG ??= "sd" 12UBOOT_CONFIG ??= "sd"
15UBOOT_CONFIG[sd] = "mx28evk_config,sdcard" 13UBOOT_CONFIG[sd] = "mx28evk_config,sdcard"
16UBOOT_CONFIG[nand] = "mx28evk_nand_config,ubifs" 14UBOOT_CONFIG[nand] = "mx28evk_nand_config,ubifs"