summaryrefslogtreecommitdiffstats
path: root/Kconfig
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-04-27 23:22:28 +0800
committerSimon Glass <sjg@chromium.org>2015-04-29 18:51:50 -0600
commit99556d7debe02d3af4c1b5cc17ad5fa457c2ce67 (patch)
treeaace649cbc373ce2fa33c0371f2e88ab3370d8d2 /Kconfig
parent3e4522279df299d1eef1bf9409f313bd8c5716ff (diff)
downloadtalos-obmc-uboot-99556d7debe02d3af4c1b5cc17ad5fa457c2ce67.tar.gz
talos-obmc-uboot-99556d7debe02d3af4c1b5cc17ad5fa457c2ce67.zip
x86: Kconfig: Remove deprecated CONFIG_SYS_EXTRA_OPTIONS
Currently all x86 boards still use CONFIG_SYS_EXTRA_OPTIONS to define the text base address. Since it is deprecated, just remove it and use CONFIG_SYS_TEXT_BASE directly. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kconfig b/Kconfig
index 41d4784f89..85faff78c8 100644
--- a/Kconfig
+++ b/Kconfig
@@ -178,7 +178,7 @@ config SYS_EXTRA_OPTIONS
new boards should not use this option.
config SYS_TEXT_BASE
- depends on SPARC || ARC
+ depends on SPARC || ARC || X86
hex "Text Base"
help
TODO: Move CONFIG_SYS_TEXT_BASE for all the architecture
OpenPOWER on IntegriCloud