[U-Boot] [PATCH 5/5] x86: Kconfig: Remove deprecated CONFIG_SYS_EXTRA_OPTIONS
Simon Glass
sjg at chromium.org
Tue Apr 28 17:40:31 CEST 2015
On 28 April 2015 at 08:12, Simon Glass <sjg at chromium.org> wrote:
> On 27 April 2015 at 09:22, Bin Meng <bmeng.cn at 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 at 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 at chromium.org>
Applied to u-boot-x86, thanks!
More information about the U-Boot
mailing list