aboutsummaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-24 17:18:06 -0400
committerTom Rini <trini@konsulko.com>2022-04-01 10:28:47 -0400
commiteeec00072d7a0b5b91896d014618e558ce438738 (patch)
tree2ccd157a5dab2f0107718457f6ffac41e135aff8 /boot
parente4d741f8abc4a92426d3a826f99390c3abe02d61 (diff)
downloadu-boot-eeec00072d7a0b5b91896d014618e558ce438738.zip
u-boot-eeec00072d7a0b5b91896d014618e558ce438738.tar.gz
u-boot-eeec00072d7a0b5b91896d014618e558ce438738.tar.bz2
global: Remove CONFIG_SYS_EXTRA_OPTIONS support
All options have now been migrated to Kconfig correctly so remove this support. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'boot')
-rw-r--r--boot/Kconfig13
1 files changed, 0 insertions, 13 deletions
diff --git a/boot/Kconfig b/boot/Kconfig
index 394b26f..0514d3b 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -339,19 +339,6 @@ config OF_STDOUT_VIA_ALIAS
incorrect when used with device tree as this option does not
exist / should not be used.
-config SYS_EXTRA_OPTIONS
- string "Extra Options (DEPRECATED)"
- help
- The old configuration infrastructure (= mkconfig + boards.cfg)
- provided the extra options field. If you have something like
- "HAS_BAR,BAZ=64", the optional options
- #define CONFIG_HAS
- #define CONFIG_BAZ 64
- will be defined in include/config.h.
- This option was prepared for the smooth migration from the old
- configuration to Kconfig. Since this option will be removed sometime,
- new boards should not use this option.
-
config HAVE_SYS_TEXT_BASE
bool
depends on !NIOS2 && !XTENSA