diff options
author | Wolfgang Denk <wd@denx.de> | 2010-10-23 22:08:33 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-10-23 22:08:33 +0200 |
commit | 02cf8fd6fbef7ac015a234b09e7b55765aefcd4f (patch) | |
tree | dd949b0a3a5ef52e6b92983e37181bccdd27454d /include/configs/csb226.h | |
parent | f2b382ea066d02d5ba44870024cc1295e85782ef (diff) | |
parent | 4262a7c934e7f28de66eb86cf3393ab8e07e03d5 (diff) | |
download | u-boot-imx-02cf8fd6fbef7ac015a234b09e7b55765aefcd4f.zip u-boot-imx-02cf8fd6fbef7ac015a234b09e7b55765aefcd4f.tar.gz u-boot-imx-02cf8fd6fbef7ac015a234b09e7b55765aefcd4f.tar.bz2 |
Merge branch 'for-wd-master' of git://git.denx.de/u-boot-pxa
Diffstat (limited to 'include/configs/csb226.h')
-rw-r--r-- | include/configs/csb226.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/configs/csb226.h b/include/configs/csb226.h index ae05734..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 */ @@ -458,6 +458,9 @@ #define CONFIG_SYS_PSSR_VAL 0x20 +#define CONFIG_SYS_CCCR CCCR_L27|CCCR_M2|CCCR_N10 +#define CONFIG_SYS_CKEN 0x0 + /* * Memory settings */ @@ -468,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 |