summaryrefslogtreecommitdiff
path: root/include/configs/iot_devkit.h
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-02-25 11:19:48 -0500
committerTom Rini <[email protected]>2022-03-03 16:51:20 -0500
commitfdfb17b1f593d1c579c4f65cfbe9fc53011d3cdc (patch)
tree3c952c3b7d245e8542c17d27f872371d957a2e4c /include/configs/iot_devkit.h
parent6d21dd313b5d7baf0d125344de4e997a0341f348 (diff)
Convert CONFIG_BOOTFILE to Kconfig
This converts the following to Kconfig: CONFIG_BOOTFILE Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/configs/iot_devkit.h')
-rw-r--r--include/configs/iot_devkit.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/iot_devkit.h b/include/configs/iot_devkit.h
index a1b8c066228..6092933cf58 100644
--- a/include/configs/iot_devkit.h
+++ b/include/configs/iot_devkit.h
@@ -68,10 +68,4 @@
CONFIG_SYS_SDRAM_BASE) - \
CONFIG_SYS_MALLOC_LEN - \
CONFIG_ENV_SIZE
-
-/*
- * Environment
- */
-#define CONFIG_BOOTFILE "app.bin"
-
#endif /* _CONFIG_IOT_DEVKIT_H_ */