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/pxa255_idp.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/pxa255_idp.h')
-rw-r--r-- | include/configs/pxa255_idp.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/configs/pxa255_idp.h b/include/configs/pxa255_idp.h index 4581674..b4327c6 100644 --- a/include/configs/pxa255_idp.h +++ b/include/configs/pxa255_idp.h @@ -43,6 +43,7 @@ */ #undef CONFIG_SKIP_LOWLEVEL_INIT /* define for developing */ #undef CONFIG_SKIP_RELOCATE_UBOOT /* define for developing */ +#define CONFIG_SYS_TEXT_BASE 0x0 /* * define the following to enable debug blinks. A debug blink function @@ -271,7 +272,7 @@ /* * Physical Memory Map */ -#define CONFIG_NR_DRAM_BANKS 4 /* we have 1 banks of DRAM */ +#define CONFIG_NR_DRAM_BANKS 1 /* we have 1 bank of DRAM */ #define PHYS_SDRAM_1 0xa0000000 /* SDRAM Bank #1 */ #define PHYS_SDRAM_1_SIZE 0x04000000 /* 64 MB */ #define PHYS_SDRAM_2 0xa4000000 /* SDRAM Bank #2 */ @@ -317,6 +318,9 @@ #define CONFIG_SYS_PSSR_VAL 0x20 +#define CONFIG_SYS_CCCR CCCR_L27|CCCR_M2|CCCR_N10 +#define CONFIG_SYS_CKEN 0x0 + /* * Memory settings */ @@ -326,6 +330,8 @@ #define CONFIG_SYS_MDCNFG_VAL 0x090009C9 #define CONFIG_SYS_MDREFR_VAL 0x0085C017 #define CONFIG_SYS_MDMRS_VAL 0x00220022 +#define CONFIG_SYS_FLYCNFG_VAL 0x00000000 +#define CONFIG_SYS_SXCNFG_VAL 0x00000000 /* * PCMCIA and CF Interfaces |