Re: [U-Boot] [PATCH v2] x86: make LOAD_FROM_32_BIT visible for platforms

2017-02-03 Thread Bin Meng
Hi Andy, On Tue, Jan 24, 2017 at 10:16 PM, Andy Shevchenko wrote: > This option useful not only for development, but for the platforms where This option "is" useful .. > U-Boot is run from custom ROM bootloader. For example, Intel Edison is > that board. > > Make this option visible that platfo

[U-Boot] [PATCH v2] x86: make LOAD_FROM_32_BIT visible for platforms

2017-01-24 Thread Andy Shevchenko
This option useful not only for development, but for the platforms where U-Boot is run from custom ROM bootloader. For example, Intel Edison is that board. Make this option visible that platforms can select it if needed. Signed-off-by: Andy Shevchenko --- - fix logic bug for non-Edison platforms