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/olpc/btest/Kconfig | 1 + src/mainboard/olpc/rev_a/Kconfig | 1 + 2 files changed, 2 insertions(+) (limited to 'src/mainboard/olpc') diff --git a/src/mainboard/olpc/btest/Kconfig b/src/mainboard/olpc/btest/Kconfig index 7d12098300..cce9fdaa56 100644 --- a/src/mainboard/olpc/btest/Kconfig +++ b/src/mainboard/olpc/btest/Kconfig @@ -7,6 +7,7 @@ config BOARD_OLPC_BTEST select UDELAY_TSC select TSC_X86RDTSC_CALIBRATE_WITH_TIMER2 select HAVE_PIRQ_TABLE + select BOARD_ROMSIZE_KB_256 config MAINBOARD_DIR string diff --git a/src/mainboard/olpc/rev_a/Kconfig b/src/mainboard/olpc/rev_a/Kconfig index 47d77da140..69a46951ee 100644 --- a/src/mainboard/olpc/rev_a/Kconfig +++ b/src/mainboard/olpc/rev_a/Kconfig @@ -7,6 +7,7 @@ config BOARD_OLPC_REV_A select UDELAY_TSC select TSC_X86RDTSC_CALIBRATE_WITH_TIMER2 select HAVE_PIRQ_TABLE + select BOARD_ROMSIZE_KB_256 config MAINBOARD_DIR string -- cgit v1.2.3