diff options
author | Anatolij Gustschin <agust@denx.de> | 2010-04-24 19:27:07 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-04-24 22:56:34 +0200 |
commit | 5d937e8b59f27d8c300a2e78c168a4c22ec6922a (patch) | |
tree | 2668c942d994e37e5fbf2b726d17fa853e4d4622 /include | |
parent | 8e234e33bf60a850685c7e81ea92d383c643486b (diff) | |
download | u-boot-5d937e8b59f27d8c300a2e78c168a4c22ec6922a.tar.gz u-boot-5d937e8b59f27d8c300a2e78c168a4c22ec6922a.tar.xz u-boot-5d937e8b59f27d8c300a2e78c168a4c22ec6922a.zip |
mpc512x: make MEM IO Control configuration a board config option
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/aria.h | 2 | ||||
-rw-r--r-- | include/configs/mecp5123.h | 2 | ||||
-rw-r--r-- | include/configs/mpc5121ads.h | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/aria.h b/include/configs/aria.h index b6669e72a6..7097ab72d0 100644 --- a/include/configs/aria.h +++ b/include/configs/aria.h @@ -79,6 +79,8 @@ #define CONFIG_SYS_DDR_BASE 0x00000000 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE +#define CONFIG_SYS_IOCTRL_MUX_DDR 0x00000036 + /* DDR Controller Configuration * * SYS_CFG: diff --git a/include/configs/mecp5123.h b/include/configs/mecp5123.h index cccc31d5ed..cafd6a7f66 100644 --- a/include/configs/mecp5123.h +++ b/include/configs/mecp5123.h @@ -67,6 +67,8 @@ #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is sys memory*/ #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE +#define CONFIG_SYS_IOCTRL_MUX_DDR 0x00000036 + /* DDR Controller Configuration * * SYS_CFG: diff --git a/include/configs/mpc5121ads.h b/include/configs/mpc5121ads.h index fb49388bd0..8ecc9e1141 100644 --- a/include/configs/mpc5121ads.h +++ b/include/configs/mpc5121ads.h @@ -86,6 +86,8 @@ #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory*/ #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE +#define CONFIG_SYS_IOCTRL_MUX_DDR 0x00000036 + /* DDR Controller Configuration * * SYS_CFG: |