[U-Boot] [PATCH 01/25] x86: Make ROM_SIZE configurable in Kconfig

2014-12-04 Thread Bin Meng
Currently the ROM_SIZE is hardcoded to 8MB in arch/x86/Kconfig. This will not be the case when adding additional board support. Hence we make ROM_SIZE configurable (512KB/1MB/2MB/4MB/8MB/16MB) and have the board Kconfig file select the default ROM_SIZE. Signed-off-by: Bin Meng bmeng...@gmail.com

Re: [U-Boot] [PATCH 01/25] x86: Make ROM_SIZE configurable in Kconfig

2014-12-04 Thread Simon Glass
On 4 December 2014 at 08:00, Bin Meng bmeng...@gmail.com wrote: Currently the ROM_SIZE is hardcoded to 8MB in arch/x86/Kconfig. This will not be the case when adding additional board support. Hence we make ROM_SIZE configurable (512KB/1MB/2MB/4MB/8MB/16MB) and have the board Kconfig file