RAMBASE = 0x4000 is no longer needed. Drop it.
Now we only need to clean out the FAM10 stack mess and we're good to go with a uniform RAMBASE. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5864 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
5e278cafb5
commit
c679ab5425
|
@ -24,8 +24,4 @@ config IRQ_SLOT_COUNT
|
|||
int
|
||||
default 10
|
||||
|
||||
config RAMBASE
|
||||
hex
|
||||
default 0x4000
|
||||
|
||||
endif # BOARD_BCOM_WINNETP680
|
||||
|
|
|
@ -20,10 +20,6 @@ config MAINBOARD_PART_NUMBER
|
|||
string
|
||||
default "J7f24"
|
||||
|
||||
config RAMBASE
|
||||
hex
|
||||
default 0x4000
|
||||
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 10
|
||||
|
|
|
@ -19,10 +19,6 @@ config MAINBOARD_PART_NUMBER
|
|||
string
|
||||
default "EPIA-CN"
|
||||
|
||||
config RAMBASE
|
||||
hex
|
||||
default 0x4000
|
||||
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 9
|
||||
|
|
|
@ -19,10 +19,6 @@ config MAINBOARD_PART_NUMBER
|
|||
string
|
||||
default "EPIA-M700"
|
||||
|
||||
config RAMBASE
|
||||
hex
|
||||
default 0x4000
|
||||
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 13
|
||||
|
|
|
@ -24,10 +24,6 @@ config MAINBOARD_PART_NUMBER
|
|||
string
|
||||
default "EPIA-N"
|
||||
|
||||
config RAMBASE
|
||||
hex
|
||||
default 0x4000
|
||||
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 7
|
||||
|
|
|
@ -20,10 +20,6 @@ config MAINBOARD_PART_NUMBER
|
|||
string
|
||||
default "EPIA"
|
||||
|
||||
config RAMBASE
|
||||
hex
|
||||
default 0x4000
|
||||
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 5
|
||||
|
|
|
@ -22,10 +22,6 @@ config MAINBOARD_PART_NUMBER
|
|||
string
|
||||
default "pc2500e"
|
||||
|
||||
config RAMBASE
|
||||
hex
|
||||
default 0x4000
|
||||
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 10
|
||||
|
|
|
@ -29,8 +29,5 @@ config IRQ_SLOT_COUNT
|
|||
int
|
||||
default 15
|
||||
|
||||
config RAMBASE
|
||||
hex
|
||||
default 0x4000
|
||||
|
||||
endif # BOARD_VIA_VT8454C
|
||||
|
||||
|
|
|
@ -42,8 +42,4 @@ config IRQ_SLOT_COUNT
|
|||
int
|
||||
default 3
|
||||
|
||||
config RAMBASE
|
||||
hex
|
||||
default 0x4000
|
||||
|
||||
endif # BOARD_WYSE_S50
|
||||
|
|
Loading…
Reference in New Issue