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 /include/configs/tb100.h | |
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 'include/configs/tb100.h')
-rw-r--r-- | include/configs/tb100.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/tb100.h b/include/configs/tb100.h index 6e31bd5ddb6..290b5eba263 100644 --- a/include/configs/tb100.h +++ b/include/configs/tb100.h @@ -46,11 +46,6 @@ #define ETH1_BASE_ADDRESS 0xFE110000 /* - * Environment configuration - */ -#define CONFIG_BOOTFILE "uImage" - -/* * Console configuration */ |