From d65509de14d95ccc7c9928c789d903098083fb23 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 16 Oct 2009 17:37:20 +0000 Subject: 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 Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4790 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/gigabyte/m57sli/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/gigabyte/m57sli/Kconfig') diff --git a/src/mainboard/gigabyte/m57sli/Kconfig b/src/mainboard/gigabyte/m57sli/Kconfig index 45359cb5e6..0870fc88f0 100644 --- a/src/mainboard/gigabyte/m57sli/Kconfig +++ b/src/mainboard/gigabyte/m57sli/Kconfig @@ -1,4 +1,3 @@ - config BOARD_GIGABYTE_M57SLI bool "M57SLI" select ARCH_X86 @@ -18,6 +17,7 @@ config BOARD_GIGABYTE_M57SLI select SB_HT_CHAIN_UNITID_OFFSET_ONLY select HAVE_ACPI_TABLES select K8_REV_F_SUPPORT + select BOARD_ROMSIZE_KB_512 config MAINBOARD_DIR string -- cgit v1.2.3