x86: Kconfig: Remove deprecated CONFIG_SYS_EXTRA_OPTIONS
authorBin Meng <bmeng.cn@gmail.com>
Mon, 27 Apr 2015 15:22:28 +0000 (23:22 +0800)
committerSimon Glass <sjg@chromium.org>
Thu, 30 Apr 2015 00:51:50 +0000 (18:51 -0600)
commit99556d7debe02d3af4c1b5cc17ad5fa457c2ce67
treeaace649cbc373ce2fa33c0371f2e88ab3370d8d2
parent3e4522279df299d1eef1bf9409f313bd8c5716ff
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>
13 files changed:
Kconfig
board/coreboot/coreboot/Kconfig
board/google/chromebook_link/Kconfig
board/google/chromebox_panther/Kconfig
board/intel/crownbay/Kconfig
board/intel/galileo/Kconfig
board/intel/minnowmax/Kconfig
configs/chromebook_link_defconfig
configs/chromebox_panther_defconfig
configs/coreboot-x86_defconfig
configs/crownbay_defconfig
configs/galileo_defconfig
configs/minnowmax_defconfig