]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
[PATCH] Update Sequoia EBC configuration (NOR FLASH)
authorStefan Roese <sr@denx.de>
Mon, 19 Feb 2007 07:23:15 +0000 (08:23 +0100)
committerStefan Roese <sr@denx.de>
Mon, 19 Feb 2007 07:23:15 +0000 (08:23 +0100)
As spotted by Matthias Fuchs, the READY input should not be
enabled for the NOR FLASH on the Sequoia board.

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

index 098aa3f0a6edaaa61db94b41b22ea38b9771f015..29f3b408d27569e2bddb1827aae34ef8c97cd6d3 100644 (file)
 #if !defined(CONFIG_NAND_U_BOOT) && !defined(CONFIG_NAND_SPL)
 #define CFG_NAND_CS            3               /* NAND chip connected to CSx   */
 /* Memory Bank 0 (NOR-FLASH) initialization                                    */
-#define CFG_EBC_PB0AP          0x03017300
+#define CFG_EBC_PB0AP          0x03017200
 #define CFG_EBC_PB0CR          (CFG_FLASH | 0xda000)
 
 /* Memory Bank 3 (NAND-FLASH) initialization                                   */
 #else
 #define CFG_NAND_CS            0               /* NAND chip connected to CSx   */
 /* Memory Bank 3 (NOR-FLASH) initialization                                    */
-#define CFG_EBC_PB3AP          0x03017300
+#define CFG_EBC_PB3AP          0x03017200
 #define CFG_EBC_PB3CR          (CFG_FLASH | 0xda000)
 
 /* Memory Bank 0 (NAND-FLASH) initialization                                   */