diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-10-16 17:37:20 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-10-16 17:37:20 +0000 |
commit | d65509de14d95ccc7c9928c789d903098083fb23 (patch) | |
tree | 6ef7ba52f8cc2ef4e73d72174a66432d12cdd232 /src/mainboard/msi/ms7260 | |
parent | 04b9b92952d0e9f4b520fa9f1512daf5608f080b (diff) |
Set default ROM sizes per-board to match the ROM chip that came
with the respective board.
Of course, the user can still override the size in menuconfig.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4790 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/msi/ms7260')
-rw-r--r-- | src/mainboard/msi/ms7260/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/msi/ms7260/Kconfig b/src/mainboard/msi/ms7260/Kconfig index 6890108c4e..ab5f67adc1 100644 --- a/src/mainboard/msi/ms7260/Kconfig +++ b/src/mainboard/msi/ms7260/Kconfig @@ -16,6 +16,7 @@ config BOARD_MSI_MS7260 select MEM_TRAIN_SEQ select SB_HT_CHAIN_UNITID_OFFSET_ONLY select K8_REV_F_SUPPORT + select BOARD_ROMSIZE_KB_512 config MAINBOARD_DIR string |