commit | 64542f4616c484142b90534f9f174a632d7d1904 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Fri Dec 12 21:05:19 2014 +0800 |
committer | Simon Glass <sjg@chromium.org> | Sat Dec 13 22:32:03 2014 -0700 |
tree | 43dd1fb41a2e6ff4bba14784c1ded537c33c0f36 | |
parent | 996467172e29e28247d8e9a35ada43a1376b5883 [diff] |
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>