Re: [U-Boot] [PATCH 5/5] x86: Kconfig: Remove deprecated CONFIG_SYS_EXTRA_OPTIONS

2015-04-28 Thread Simon Glass
On 28 April 2015 at 08:12, Simon Glass wrote: > On 27 April 2015 at 09:22, Bin Meng 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 M

Re: [U-Boot] [PATCH 5/5] x86: Kconfig: Remove deprecated CONFIG_SYS_EXTRA_OPTIONS

2015-04-28 Thread Simon Glass
On 27 April 2015 at 09:22, Bin Meng 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 > --- > > Kconfig

[U-Boot] [PATCH 5/5] x86: Kconfig: Remove deprecated CONFIG_SYS_EXTRA_OPTIONS

2015-04-27 Thread Bin Meng
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 --- Kconfig| 2 +- board/coreboot/coreboot/Kconfig| 3 +++ b