diff options
author | Tom Rini <trini@konsulko.com> | 2022-02-25 11:19:48 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-03-03 16:51:20 -0500 |
commit | fdfb17b1f593d1c579c4f65cfbe9fc53011d3cdc (patch) | |
tree | 3c952c3b7d245e8542c17d27f872371d957a2e4c /configs/imx28_xea_sb_defconfig | |
parent | 6d21dd313b5d7baf0d125344de4e997a0341f348 (diff) | |
download | u-boot-fdfb17b1f593d1c579c4f65cfbe9fc53011d3cdc.tar.gz |
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/imx28_xea_sb_defconfig')
-rw-r--r-- | configs/imx28_xea_sb_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/imx28_xea_sb_defconfig b/configs/imx28_xea_sb_defconfig index 332ff3f85d..7c777a579d 100644 --- a/configs/imx28_xea_sb_defconfig +++ b/configs/imx28_xea_sb_defconfig @@ -60,6 +60,8 @@ CONFIG_SPL_OF_PLATDATA=y CONFIG_ENV_OVERWRITE=y CONFIG_ENV_IS_IN_SPI_FLASH=y CONFIG_SYS_REDUNDAND_ENVIRONMENT=y +CONFIG_USE_BOOTFILE=y +CONFIG_BOOTFILE="uImage" CONFIG_NET_RANDOM_ETHADDR=y CONFIG_DM=y CONFIG_SPL_DM=y |