]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:35:15 +0000 (22:35 +0200)
commit247737248465392eff4e95a3c9fd2554ff76bc4c
tree533c2ca5b92a9e7fbefa1ae9b63a19ac98eb39c1
parent83d5b263d36e25d0fdc2dbfa67c96f5dac72e253
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