Re: [U-Boot] [PATCH v3 18/62] x86: Add Kconfig options to build 64-bit U-Boot

2017-01-16 Thread Bin Meng
On Mon, Jan 16, 2017 at 10:03 PM, Simon Glass wrote: > Add a new CONFIG_X86_64 option which will eventually cause U-Boot to be > built as a 64-bit application, with SPL doing the 16/32-bit init. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v3: > - Use tab instead o

[U-Boot] [PATCH v3 18/62] x86: Add Kconfig options to build 64-bit U-Boot

2017-01-16 Thread Simon Glass
Add a new CONFIG_X86_64 option which will eventually cause U-Boot to be built as a 64-bit application, with SPL doing the 16/32-bit init. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v3: - Use tab instead of space in Kconfig help line Changes in v2: None arch/x86/Kconfig |