]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ppc4xx: Makalu: Change EBC setup for CS0 to enable 400MHz usage
authorStefan Roese <sr@denx.de>
Mon, 26 Nov 2007 14:06:14 +0000 (15:06 +0100)
committerStefan Roese <sr@denx.de>
Mon, 26 Nov 2007 14:06:14 +0000 (15:06 +0100)
As suggested by Senao, use a different EBC_PB0AP setup for 400MHz
operation.

Signed-off-by: Stefan Roese <sr@denx.de>
include/configs/makalu.h

index aa421c1392a82c751e08ced1d8120dfc5559e1a0..18e6dafea1ce7fe5927782962a37af7d04f74031 100644 (file)
  * 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                                         */