
On 27 April 2015 at 09:22, Bin Meng bmeng.cn@gmail.com wrote:
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
Kconfig | 2 +- board/coreboot/coreboot/Kconfig | 3 +++ board/google/chromebook_link/Kconfig | 3 +++ board/google/chromebox_panther/Kconfig | 3 +++ board/intel/crownbay/Kconfig | 3 +++ board/intel/galileo/Kconfig | 3 +++ board/intel/minnowmax/Kconfig | 3 +++ configs/chromebook_link_defconfig | 1 - configs/chromebox_panther_defconfig | 1 - configs/coreboot-x86_defconfig | 1 - configs/crownbay_defconfig | 1 - configs/galileo_defconfig | 1 - configs/minnowmax_defconfig | 1 - 13 files changed, 19 insertions(+), 7 deletions(-)
Acked-by: Simon Glass sjg@chromium.org