summaryrefslogtreecommitdiffstats
path: root/include/configs/makalu.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-11-26 15:06:14 +0100
committerStefan Roese <sr@denx.de>2007-11-26 15:06:14 +0100
commit63362cfc6baa97ae0e37ba2c6ece530fcac9f79e (patch)
treede06badf6d536d3491d3b1982345ffff0fe5405e /include/configs/makalu.h
parentca1ce226287270bb01e25b8e3674c701f12edf19 (diff)
downloadtalos-obmc-uboot-63362cfc6baa97ae0e37ba2c6ece530fcac9f79e.tar.gz
talos-obmc-uboot-63362cfc6baa97ae0e37ba2c6ece530fcac9f79e.zip
ppc4xx: Makalu: Change EBC setup for CS0 to enable 400MHz usage
As suggested by Senao, use a different EBC_PB0AP setup for 400MHz operation. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/makalu.h')
-rw-r--r--include/configs/makalu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/makalu.h b/include/configs/makalu.h
index aa421c1392..18e6dafea1 100644
--- a/include/configs/makalu.h
+++ b/include/configs/makalu.h
@@ -323,7 +323,7 @@
* External Bus Controller (EBC) Setup
*----------------------------------------------------------------------*/
/* Memory Bank 0 (NOR-FLASH) initialization */
-#define CFG_EBC_PB0AP 0x04011000
+#define CFG_EBC_PB0AP 0x08033700
#define CFG_EBC_PB0CR (CFG_FLASH_BASE | 0xda000)
/* Memory Bank 2 (CPLD) initialization */
OpenPOWER on IntegriCloud