diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2010-10-20 20:52:21 +0200 |
---|---|---|
committer | Marek Vasut <marek.vasut@gmail.com> | 2010-10-22 01:37:59 +0200 |
commit | df1ac0ec54afc16933e81d17f27d0f1901f40ba5 (patch) | |
tree | f6e0551155af0d6f17abe18ca99ced7a28e7c149 /include | |
parent | 38f8eb33a0ca2b75126168339e0846ef4edf3050 (diff) | |
download | u-boot-imx-df1ac0ec54afc16933e81d17f27d0f1901f40ba5.zip u-boot-imx-df1ac0ec54afc16933e81d17f27d0f1901f40ba5.tar.gz u-boot-imx-df1ac0ec54afc16933e81d17f27d0f1901f40ba5.tar.bz2 |
PXA: innokom: Fix for reloc
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Diffstat (limited to 'include')
-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 |