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/tyan/s2912 | |
parent | 04b9b92952d0e9f4b520fa9f1512daf5608f080b (diff) | |
download | coreboot-d65509de14d95ccc7c9928c789d903098083fb23.tar.xz |
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/tyan/s2912')
-rw-r--r-- | src/mainboard/tyan/s2912/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/tyan/s2912/Kconfig b/src/mainboard/tyan/s2912/Kconfig index f85fc02f79..0346521f7f 100644 --- a/src/mainboard/tyan/s2912/Kconfig +++ b/src/mainboard/tyan/s2912/Kconfig @@ -1,4 +1,3 @@ - config BOARD_TYAN_S2912 bool "S2912" select ARCH_X86 @@ -17,6 +16,7 @@ config BOARD_TYAN_S2912 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 |