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:27:47 +0800 |
commit | 09671e589705148725467863a9f84b9011bdfe03 (patch) | |
tree | c07c23d82bcc6f5a36f77afaf36fbef2ccb76605 /include | |
parent | 00bcc7e6fb772a0d195c997287c6795ed0c58fb4 (diff) | |
download | u-boot-imx-09671e589705148725467863a9f84b9011bdfe03.zip u-boot-imx-09671e589705148725467863a9f84b9011bdfe03.tar.gz u-boot-imx-09671e589705148725467863a9f84b9011bdfe03.tar.bz2 |
ENGR00137214 MX50: Turn on ZQ calib config by default and fix hang problem
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>
Diffstat (limited to 'include')
-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 |