[U-Boot] [PATCH v2 03/12] x86: Move CONFIG_X86_RESET_VECTOR and CONFIG_SYS_X86_START16 to Kconfig
Simon Glass
sjg at chromium.org
Tue Jan 6 02:50:08 CET 2015
On 5 January 2015 at 08:28, Bin Meng <bmeng.cn at gmail.com> wrote:
> Convert CONFIG_X86_RESET_VECTOR and CONFIG_SYS_X86_START16 to Kconfig
> options so that we can remove them from board configuration file.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>
> ---
>
> Changes in v2:
> - New patch to move CONFIG_X86_RESET_VECTOR and CONFIG_SYS_X86_START16
> to Kconfig
>
> arch/x86/Kconfig | 9 +++++++++
> board/google/chromebook_link/Kconfig | 1 +
> board/intel/crownbay/Kconfig | 1 +
> include/configs/chromebook_link.h | 2 --
> include/configs/crownbay.h | 2 --
> 5 files changed, 11 insertions(+), 4 deletions(-)
Acked-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list