diff options
author | Robby Cai <R63905@freescale.com> | 2010-12-07 18:37:26 +0800 |
---|---|---|
committer | Robby Cai <R63905@freescale.com> | 2010-12-08 11:04:35 +0800 |
commit | 54b9db32ed56b35f60b19ee6fe9c108683687229 (patch) | |
tree | 46a58e93c882a3ca5d8d4311b0a7fc0078b4304f /include | |
parent | 14cf5e51d489db18ad40216cd85ced5be4e70bac (diff) | |
download | u-boot-imx-54b9db32ed56b35f60b19ee6fe9c108683687229.zip u-boot-imx-54b9db32ed56b35f60b19ee6fe9c108683687229.tar.gz u-boot-imx-54b9db32ed56b35f60b19ee6fe9c108683687229.tar.bz2 |
ENGR00136042 Add ZQ calib config and update script for DDR2
script v2:
http://compass.freescale.net/livelink/livelink/219931536/
Codex_DDR2_266MHz.inc.txt?func=doc.Fetch&nodeid=219931536
Signed-off-by: Robby Cai <R63905@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx50_arm2.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/mx50_arm2.h b/include/configs/mx50_arm2.h index 8dfbb3f..911f18b 100644 --- a/include/configs/mx50_arm2.h +++ b/include/configs/mx50_arm2.h @@ -165,6 +165,13 @@ #define CONFIG_DISCOVER_PHY /* + * DDR ZQ calibration + */ +/* +#define CONFIG_ZQ_CALIB +*/ + +/* #define CONFIG_SPLASH_SCREEN */ |