diff options
author | Robby Cai <R63905@freescale.com> | 2010-12-21 15:13:29 +0800 |
---|---|---|
committer | Robby Cai <R63905@freescale.com> | 2010-12-21 17:29:59 +0800 |
commit | e4437f1c192a1a68028e6fcff3f50ff50352041d (patch) | |
tree | 3850d7c1145ed065260f05943a459c66ecd6125b /include/configs | |
parent | 2f12abe42943096ac433b014ddaa9704682e7951 (diff) | |
download | u-boot-imx-imx_v2009.08_10.12.01.zip u-boot-imx-imx_v2009.08_10.12.01.tar.gz u-boot-imx-imx_v2009.08_10.12.01.tar.bz2 |
ENGR00137214 MX50: Turn on ZQ calib config by default and fix hang problemrel_imx_2.6.35_10.12.01_RC4rel_imx_2.6.35_10.12.01_RC3imx_v2009.08_10.12.01
1) Turn on ZQ calib config by default in uboot.
2) Remove one problematic statement which can cause hang issue
3) Change comment style from ; to //
Signed-off-by: Robby Cai <R63905@freescale.com>
(cherry picked from commit 09671e589705148725467863a9f84b9011bdfe03)
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx50_arm2.h | 2 | ||||
-rw-r--r-- | include/configs/mx50_rdp.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/mx50_arm2.h b/include/configs/mx50_arm2.h index 911f18b..930a345 100644 --- a/include/configs/mx50_arm2.h +++ b/include/configs/mx50_arm2.h @@ -167,9 +167,7 @@ /* * DDR ZQ calibration */ -/* #define CONFIG_ZQ_CALIB -*/ /* #define CONFIG_SPLASH_SCREEN diff --git a/include/configs/mx50_rdp.h b/include/configs/mx50_rdp.h index 4317e27..67b2b0a 100644 --- a/include/configs/mx50_rdp.h +++ b/include/configs/mx50_rdp.h @@ -168,9 +168,7 @@ /* * DDR ZQ calibration */ -/* #define CONFIG_ZQ_CALIB -*/ /* * I2C Configs |