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/innokom.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/innokom.h')
-rw-r--r-- | include/configs/innokom.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/innokom.h b/include/configs/innokom.h index 007cceb..01522cd 100644 --- a/include/configs/innokom.h +++ b/include/configs/innokom.h @@ -40,6 +40,8 @@ #undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */ /* for timer/console/ethernet */ +#define CONFIG_SYS_TEXT_BASE 0x0 + /* we will never enable dcache, because we have to setup MMU first */ #define CONFIG_SYS_NO_DCACHE @@ -347,6 +349,9 @@ */ #define CONFIG_SYS_PSSR_VAL 0x37 +#define CONFIG_SYS_CCCR CCCR_L27|CCCR_M2|CCCR_N10 +#define CONFIG_SYS_CKEN 0x0 + /* * Memory settings * @@ -480,6 +485,9 @@ #define CONFIG_SYS_MCIO0_VAL 0x00000000 #define CONFIG_SYS_MCIO1_VAL 0x00000000 +#define CONFIG_SYS_FLYCNFG_VAL 0x00000000 +#define CONFIG_SYS_SXCNFG_VAL 0x00000000 + /* #define CSB226_USER_LED0 0x00000008 #define CSB226_USER_LED1 0x00000010 |