diff options
Diffstat (limited to 'src/mainboard/olpc')
-rw-r--r-- | src/mainboard/olpc/btest/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/olpc/rev_a/Kconfig | 1 |
2 files changed, 2 insertions, 0 deletions
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 |