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/chromebook_samus_tpl_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/chromebook_samus_tpl_defconfig')
-rw-r--r-- | configs/chromebook_samus_tpl_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/chromebook_samus_tpl_defconfig b/configs/chromebook_samus_tpl_defconfig index 6839d8c151..ef1d7701fe 100644 --- a/configs/chromebook_samus_tpl_defconfig +++ b/configs/chromebook_samus_tpl_defconfig @@ -71,6 +71,8 @@ CONFIG_EFI_PARTITION=y # CONFIG_SPL_EFI_PARTITION is not set CONFIG_ENV_OVERWRITE=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y +CONFIG_USE_BOOTFILE=y +CONFIG_BOOTFILE="bzImage" # CONFIG_NET is not set CONFIG_REGMAP=y CONFIG_SYSCON=y |