aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/digitallogic
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-10-16 17:37:20 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-10-16 17:37:20 +0000
commitd65509de14d95ccc7c9928c789d903098083fb23 (patch)
tree6ef7ba52f8cc2ef4e73d72174a66432d12cdd232 /src/mainboard/digitallogic
parent04b9b92952d0e9f4b520fa9f1512daf5608f080b (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/digitallogic')
-rw-r--r--src/mainboard/digitallogic/adl855pc/Kconfig1
-rw-r--r--src/mainboard/digitallogic/msm586seg/Kconfig1
-rw-r--r--src/mainboard/digitallogic/msm800sev/Kconfig1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/digitallogic/adl855pc/Kconfig b/src/mainboard/digitallogic/adl855pc/Kconfig
index 12814c6aa6..ccc19c2946 100644
--- a/src/mainboard/digitallogic/adl855pc/Kconfig
+++ b/src/mainboard/digitallogic/adl855pc/Kconfig
@@ -7,6 +7,7 @@ config BOARD_DIGITALLOGIC_ADL855PC
select SUPERIO_WINBOND_W83627HF
select HAVE_PIRQ_TABLE
select UDELAY_TSC
+ select BOARD_ROMSIZE_KB_1024
config MAINBOARD_DIR
string
diff --git a/src/mainboard/digitallogic/msm586seg/Kconfig b/src/mainboard/digitallogic/msm586seg/Kconfig
index 344314e840..a71eaf0e92 100644
--- a/src/mainboard/digitallogic/msm586seg/Kconfig
+++ b/src/mainboard/digitallogic/msm586seg/Kconfig
@@ -3,6 +3,7 @@ config BOARD_DIGITALLOGIC_MSM586SEG
select ARCH_X86
select CPU_AMD_SC520
select HAVE_PIRQ_TABLE
+ select BOARD_ROMSIZE_KB_256
config MAINBOARD_DIR
string
diff --git a/src/mainboard/digitallogic/msm800sev/Kconfig b/src/mainboard/digitallogic/msm800sev/Kconfig
index 52c22fb256..f04b8fca36 100644
--- a/src/mainboard/digitallogic/msm800sev/Kconfig
+++ b/src/mainboard/digitallogic/msm800sev/Kconfig
@@ -11,6 +11,7 @@ config BOARD_DIGITALLOGIC_MSM800SEV
select TSC_X86RDTSC_CALIBRATE_WITH_TIMER2
select USE_DCACHE_RAM
select USE_PRINTK_IN_CAR
+ select BOARD_ROMSIZE_KB_256
config MAINBOARD_DIR
string