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

2014-12-15 Thread Simon Glass
On 12 December 2014 at 06:05, Bin Meng 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 select the default

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

2014-12-12 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 Acked-by: Simon Gla