summaryrefslogtreecommitdiff
path: root/configs/T1024RDB_SDCARD_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-02-25 11:19:48 -0500
committerTom Rini <trini@konsulko.com>2022-03-03 16:51:20 -0500
commitfdfb17b1f593d1c579c4f65cfbe9fc53011d3cdc (patch)
tree3c952c3b7d245e8542c17d27f872371d957a2e4c /configs/T1024RDB_SDCARD_defconfig
parent6d21dd313b5d7baf0d125344de4e997a0341f348 (diff)
Convert CONFIG_BOOTFILE to Kconfig
This converts the following to Kconfig: CONFIG_BOOTFILE Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/T1024RDB_SDCARD_defconfig')
-rw-r--r--configs/T1024RDB_SDCARD_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/T1024RDB_SDCARD_defconfig b/configs/T1024RDB_SDCARD_defconfig
index 8a82082968..ea1ff59b9b 100644
--- a/configs/T1024RDB_SDCARD_defconfig
+++ b/configs/T1024RDB_SDCARD_defconfig
@@ -60,6 +60,8 @@ CONFIG_MTDPARTS_DEFAULT="mtdparts=fe8000000.nor:1m(uboot),5m(kernel),128k(dtb),9
CONFIG_OF_CONTROL=y
CONFIG_ENV_OVERWRITE=y
CONFIG_ENV_IS_IN_MMC=y
+CONFIG_USE_BOOTFILE=y
+CONFIG_BOOTFILE="uImage"
CONFIG_DM=y
CONFIG_FSL_CAAM=y
CONFIG_SYS_FSL_DDR3=y