diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2010-10-20 20:43:41 +0200 |
---|---|---|
committer | Marek Vasut <marek.vasut@gmail.com> | 2010-10-22 01:37:59 +0200 |
commit | 38f8eb33a0ca2b75126168339e0846ef4edf3050 (patch) | |
tree | e2c35556451329604e9778b46636ddf5a2735958 /include/configs/csb226.h | |
parent | eb0e11bd2adddb486d66a7bac0729a99c6f00953 (diff) | |
download | u-boot-38f8eb33a0ca2b75126168339e0846ef4edf3050.zip u-boot-38f8eb33a0ca2b75126168339e0846ef4edf3050.tar.gz u-boot-38f8eb33a0ca2b75126168339e0846ef4edf3050.tar.bz2 |
PXA: csb226: Fix for reloc
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Diffstat (limited to 'include/configs/csb226.h')
-rw-r--r-- | include/configs/csb226.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/csb226.h b/include/configs/csb226.h index 169ec34..72e47ce 100644 --- a/include/configs/csb226.h +++ b/include/configs/csb226.h @@ -45,7 +45,7 @@ /* we will never enable dcache, because we have to setup MMU first */ #define CONFIG_SYS_NO_DCACHE - +#define CONFIG_SYS_TEXT_BASE 0x0 /* * Hardware drivers */ @@ -471,6 +471,8 @@ #define CONFIG_SYS_MDCNFG_VAL 0x09a909a9 #define CONFIG_SYS_MDREFR_VAL 0x038ff030 #define CONFIG_SYS_MDMRS_VAL 0x00220022 +#define CONFIG_SYS_FLYCNFG_VAL 0x00000000 +#define CONFIG_SYS_SXCNFG_VAL 0x00000000 /* * PCMCIA and CF Interfaces |