summaryrefslogtreecommitdiffstats
path: root/include/configs/PLU405.h
diff options
context:
space:
mode:
authorstroese <stroese>2005-05-03 06:12:20 +0000
committerstroese <stroese>2005-05-03 06:12:20 +0000
commit81b83c9ecc5dc9044d805221a44f2eec82b8d57d (patch)
tree693dfacbf7b61bf13c4ec54080d3f2685ca23883 /include/configs/PLU405.h
parentdcb2f95a60c094d482574fa9fb01001b2e711a4e (diff)
downloadblackbird-obmc-uboot-81b83c9ecc5dc9044d805221a44f2eec82b8d57d.tar.gz
blackbird-obmc-uboot-81b83c9ecc5dc9044d805221a44f2eec82b8d57d.zip
* Patch by Matthias Fuchs, 03 May 2005:
Added missing variable declaration in cmd_nand.c Modified CFG_PCI_PTM1MS in configs/PLU405.h to map 128MB ram
Diffstat (limited to 'include/configs/PLU405.h')
-rw-r--r--include/configs/PLU405.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/PLU405.h b/include/configs/PLU405.h
index 73a7885435..7ee95df11f 100644
--- a/include/configs/PLU405.h
+++ b/include/configs/PLU405.h
@@ -212,7 +212,7 @@
#define CFG_PCI_SUBSYS_DEVICEID 0x0405 /* PCI Device ID: CPCI-405 */
#define CFG_PCI_CLASSCODE 0x0b20 /* PCI Class Code: Processor/PPC*/
#define CFG_PCI_PTM1LA 0x00000000 /* point to sdram */
-#define CFG_PCI_PTM1MS 0xfc000001 /* 64MB, enable hard-wired to 1 */
+#define CFG_PCI_PTM1MS 0xf8000001 /* 128MB, enable hard-wired to 1 */
#define CFG_PCI_PTM1PCI 0x00000000 /* Host: use this pci address */
#define CFG_PCI_PTM2LA 0xffc00000 /* point to flash */
#define CFG_PCI_PTM2MS 0xffc00001 /* 4MB, enable */
OpenPOWER on IntegriCloud