diff options
author | Stefan Roese <sr@denx.de> | 2007-02-19 08:23:15 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-02-19 08:23:15 +0100 |
commit | 4be23a12f23f1372634edc3215137b09768b7949 (patch) | |
tree | 6ad08c5da28e26f0b723af6f250c8d69556c8af3 /include/configs/sequoia.h | |
parent | bc2b9c338350c6e160726c900dcb1483e1f9b4a5 (diff) | |
download | u-boot-4be23a12f23f1372634edc3215137b09768b7949.tar.gz u-boot-4be23a12f23f1372634edc3215137b09768b7949.tar.xz u-boot-4be23a12f23f1372634edc3215137b09768b7949.zip |
[PATCH] Update Sequoia EBC configuration (NOR FLASH)
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>
Diffstat (limited to 'include/configs/sequoia.h')
-rw-r--r-- | include/configs/sequoia.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/sequoia.h b/include/configs/sequoia.h index 098aa3f0a6..29f3b408d2 100644 --- a/include/configs/sequoia.h +++ b/include/configs/sequoia.h @@ -391,7 +391,7 @@ #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 */ @@ -400,7 +400,7 @@ #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 */ |