diff options
author | Sven Schnelle <svens@stackframe.org> | 2011-04-20 08:57:53 +0000 |
---|---|---|
committer | Sven Schnelle <svens@stackframe.org> | 2011-04-20 08:57:53 +0000 |
commit | baec0346b028d59c4ec226961d977bec0c57ed7e (patch) | |
tree | f1ee11002f329595b1838667d9b3aac5aa617cf7 /src/mainboard/nokia/ip530/Kconfig | |
parent | b297b4901a5e7dd0aa037b184329a0e96722149e (diff) | |
download | coreboot-baec0346b028d59c4ec226961d977bec0c57ed7e.tar.xz |
pci1x2x: use devicetree register configuration
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6524 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/nokia/ip530/Kconfig')
-rw-r--r-- | src/mainboard/nokia/ip530/Kconfig | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/mainboard/nokia/ip530/Kconfig b/src/mainboard/nokia/ip530/Kconfig index 0eac00a3ab..b5abb89d58 100644 --- a/src/mainboard/nokia/ip530/Kconfig +++ b/src/mainboard/nokia/ip530/Kconfig @@ -45,29 +45,4 @@ config IRQ_SLOT_COUNT int default 22 -## Configuration for the PCMCIA-Cardbus controller. -config TI_PCMCIA_CARDBUS_CMDR - hex - default 0x0107 - -config TI_PCMCIA_CARDBUS_CLSR - hex - default 0x00 - -config TI_PCMCIA_CARDBUS_CLTR - hex - default 0x40 - -config TI_PCMCIA_CARDBUS_BCR - hex - default 0x07C0 - -config TI_PCMCIA_CARDBUS_SCR - hex - default 0x08449060 - -config TI_PCMCIA_CARDBUS_MRR - hex - default 0x00007522 - endif # BOARD_NOKIA_IP530 |