[U-Boot] [PATCH 1/3] powerpc/85xx: Replace memctl_intlv_ctl with hwconfig on MPC8572DS

Kumar Gala galak at kernel.crashing.org
Mon Mar 7 05:17:59 CET 2011


From: Zhao Chenhui <b35336 at freescale.com>

Signed-off-by: Zhao Chenhui <b35336 at freescale.com>
Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
---
 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 4224229..2b0e58b 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; "			\
-- 
1.7.2.3



More information about the U-Boot mailing list