diff options
author | Zhao Chenhui | 2011-03-02 16:44:36 +0800 |
---|---|---|
committer | Kumar Gala | 2011-04-04 09:24:42 -0500 |
commit | 1a66f289160c265a27fba29225aae6c0a1d9116a (patch) | |
tree | 93b1a01eaee051250bd7cd376119494e01969fdc /include/configs | |
parent | e0082f7cb4985b7fbf3a69fbf884a85bd15af87a (diff) |
powerpc/85xx: Replace memctl_intlv_ctl with hwconfig on MPC8572DS
Signed-off-by: Zhao Chenhui <b35336@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/MPC8572DS.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/MPC8572DS.h b/include/configs/MPC8572DS.h index 4224229fcac..2b0e58ba459 100644 --- a/include/configs/MPC8572DS.h +++ b/include/configs/MPC8572DS.h @@ -741,7 +741,7 @@ #define CONFIG_BAUDRATE 115200 #define CONFIG_EXTRA_ENV_SETTINGS \ - "memctl_intlv_ctl=2\0" \ + "hwconfig=fsl_ddr:ctlr_intlv=bank\0" \ "netdev=eth0\0" \ "uboot=" MK_STR(CONFIG_UBOOTPATH) "\0" \ "tftpflash=tftpboot $loadaddr $uboot; " \ |