]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Make ROM_SIZE configurable in Kconfig
authorBin Meng <bmeng.cn@gmail.com>
Fri, 12 Dec 2014 13:05:19 +0000 (21:05 +0800)
committerSimon Glass <sjg@chromium.org>
Sun, 14 Dec 2014 05:32:03 +0000 (22:32 -0700)
commit64542f4616c484142b90534f9f174a632d7d1904
tree43dd1fb41a2e6ff4bba14784c1ded537c33c0f36
parent996467172e29e28247d8e9a35ada43a1376b5883
x86: Make ROM_SIZE configurable in Kconfig

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@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/Kconfig
board/google/chromebook_link/Kconfig