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/dell | |
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/dell')
-rw-r--r-- | src/mainboard/dell/s1850/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/dell/s1850/Kconfig b/src/mainboard/dell/s1850/Kconfig index 4466e44763..a74471d41b 100644 --- a/src/mainboard/dell/s1850/Kconfig +++ b/src/mainboard/dell/s1850/Kconfig @@ -8,6 +8,7 @@ config BOARD_DELL_S1850 select SUPERIO_NSC_PC8374 select HAVE_PIRQ_TABLE select HAVE_MP_TABLE + select BOARD_ROMSIZE_KB_1024 config MAINBOARD_DIR string |