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

Simon Glass sjg at chromium.org
Mon Dec 15 19:23:09 CET 2014


On 12 December 2014 at 06:05, Bin Meng <bmeng.cn at 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 select the default ROM_SIZE.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> Acked-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
>  arch/x86/Kconfig                     | 78 +++++++++++++++++++++++++++++++++++-
>  board/google/chromebook_link/Kconfig |  1 +
>  2 files changed, 78 insertions(+), 1 deletion(-)

Applied to u-boot-x86, thanks!


More information about the U-Boot mailing list