diff options
author | Stefan Reinauer <stepan@coreboot.org> | 2010-12-26 16:49:57 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-12-26 16:49:57 +0000 |
commit | a35eb2c5e2826cc52fc91c0d52f75ed047dd3122 (patch) | |
tree | 95778f4e0b170b5e90a267f85a3ef800ab1265d9 /src/mainboard/nokia/ip530 | |
parent | 2d1d9cebffbd48d2c3737ff8c919da76e5f12586 (diff) | |
download | coreboot-a35eb2c5e2826cc52fc91c0d52f75ed047dd3122.tar.xz |
All the values should stay untouched or be set automatically by the resource
allocator. If that does not work out, they should be set in the code. Setting
them in Kconfig is the worst possible thing to do.
Signed-off-by: Stefan Reinauer <stepan@coreboot.org>
Acked-by: Stefan Reinauer <stepan@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6213 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/nokia/ip530')
-rw-r--r-- | src/mainboard/nokia/ip530/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/mainboard/nokia/ip530/Kconfig b/src/mainboard/nokia/ip530/Kconfig index 656ec3c1c6..31c6216923 100644 --- a/src/mainboard/nokia/ip530/Kconfig +++ b/src/mainboard/nokia/ip530/Kconfig @@ -45,19 +45,6 @@ config IRQ_SLOT_COUNT int default 22 -## Configuration items for the ethernet adaptors -config DEC21143_CACHE_LINE_SIZE - hex - default 0x00000000 - -config DEC21143_EXPANSION_ROM_BASE_ADDRESS - hex - default 0x00000000 - -config DEC21143_COMMAND_AND_STATUS_CONFIGURATION - hex - default 0x02800107 - ## Configuration for the PCMCIA-Cardbus controller. config TI_PCMCIA_CARDBUS_CMDR hex |