diff options
| author | Tom Rini <[email protected]> | 2022-02-25 11:19:48 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-03-03 16:51:20 -0500 |
| commit | fdfb17b1f593d1c579c4f65cfbe9fc53011d3cdc (patch) | |
| tree | 3c952c3b7d245e8542c17d27f872371d957a2e4c /configs/iot_devkit_defconfig | |
| parent | 6d21dd313b5d7baf0d125344de4e997a0341f348 (diff) | |
Convert CONFIG_BOOTFILE to Kconfig
This converts the following to Kconfig:
CONFIG_BOOTFILE
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'configs/iot_devkit_defconfig')
| -rw-r--r-- | configs/iot_devkit_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/iot_devkit_defconfig b/configs/iot_devkit_defconfig index 431491edfa2..14a30e3b1b7 100644 --- a/configs/iot_devkit_defconfig +++ b/configs/iot_devkit_defconfig @@ -27,6 +27,8 @@ CONFIG_OF_EMBED=y CONFIG_ENV_IS_IN_FAT=y CONFIG_ENV_FAT_DEVICE_AND_PART="0:1" CONFIG_SYS_RELOC_GD_ENV_ADDR=y +CONFIG_USE_BOOTFILE=y +CONFIG_BOOTFILE="app.bin" # CONFIG_NET is not set CONFIG_MMC=y CONFIG_MMC_DW=y |
