diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-02-04 01:32:43 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-02-04 01:32:43 +0000 |
commit | 04d74b1fdd52acfa5d31fa3c5317dd562feac5fa (patch) | |
tree | 4556478d84f6fba25b424ab9b604a93194efb286 /src/mainboard/iei/pcisa-lx-800-r10 | |
parent | 52da560bf653748a468a9062a8d76bbc1e8672b2 (diff) |
Move CAR settings for all GX1, GX2, LX and Intel Slot2 boards to the CPU.
This automatically adds the settings for those boards that didn't have settings
at all yet. Also, small fixup to compareboard.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
--> Please help porting all boards from newconfig to Kconfig <--
This is a lot of janitor work and we can use your helping hands.
The sooner we can get rid of Kbuild, the better. The KBuild report
on the mailing list shows the config differences between newconfig
and Kconfig. In theory, all Kconfig configs should be equal to their
newconfig pendant. In practice it's better to come close but stay
clean.
--> Please help porting all boards from newconfig to Kconfig <--
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5082 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/iei/pcisa-lx-800-r10')
-rw-r--r-- | src/mainboard/iei/pcisa-lx-800-r10/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mainboard/iei/pcisa-lx-800-r10/Kconfig b/src/mainboard/iei/pcisa-lx-800-r10/Kconfig index 5d0c4972ba..5180b84cf1 100644 --- a/src/mainboard/iei/pcisa-lx-800-r10/Kconfig +++ b/src/mainboard/iei/pcisa-lx-800-r10/Kconfig @@ -31,16 +31,6 @@ config IRQ_SLOT_COUNT default 9 depends on BOARD_IEI_PCISA_LX_800_R10 -config DCACHE_RAM_BASE - hex - default 0xc8000 - depends on BOARD_IEI_PCISA_LX_800_R10 - -config DCACHE_RAM_SIZE - hex - default 0x8000 - depends on BOARD_IEI_PCISA_LX_800_R10 - config RAMBASE hex default 0x4000 |