diff options
author | Markus Klotzbücher <Markus Klotzbümk@pollux.(none)> | 2006-02-28 22:51:01 +0100 |
---|---|---|
committer | Markus Klotzbücher <mk@pollux.(none)> | 2006-02-28 22:51:01 +0100 |
commit | 00c35bd2140f02111612771ca9c53dc8b58205eb (patch) | |
tree | 58a8111a4f8c0539d34953483dc795e4d90ba2e6 /include/configs/delta.h | |
parent | 6949328d7df7a98b88a8edc0f7238687a3083a22 (diff) |
Added GPIO initialization of DF signal. Still not working.
Diffstat (limited to 'include/configs/delta.h')
-rw-r--r-- | include/configs/delta.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/delta.h b/include/configs/delta.h index 9bc29549025..ac412ee8783 100644 --- a/include/configs/delta.h +++ b/include/configs/delta.h @@ -164,7 +164,7 @@ */ /* Use the new NAND code. (BOARDLIBS = drivers/nand/libnand.a required) */ #define CONFIG_NEW_NAND_CODE -#define CFG_NAND0_BASE 0x10000000 +#define CFG_NAND0_BASE 0x43100040 /* 0x10000000 */ #undef CFG_NAND1_BASE #define CFG_NAND_BASE_LIST { CFG_NAND0_BASE } |