diff options
author | Jason Liu <r64343@freescale.com> | 2012-10-11 17:10:00 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-10-11 18:00:26 +0800 |
commit | 31f0941821d315435348f7ee00ef79b94cf9daec (patch) | |
tree | 1fa148e70cf65bf82231219e89ee39f141a76e36 /Makefile | |
parent | 306f1510e63b6d3dd793dbef0b05cda6c92078e9 (diff) | |
download | u-boot-imx-31f0941821d315435348f7ee00ef79b94cf9daec.zip u-boot-imx-31f0941821d315435348f7ee00ef79b94cf9daec.tar.gz u-boot-imx-31f0941821d315435348f7ee00ef79b94cf9daec.tar.bz2 |
ENGR00228238 i.mx6/i.mx6dl: sabresd: add solo-ddr32bit support
This patch adds the solo-ddr32bit config support. The DDR script got from:
http://compass.freescale.net/livelink/livelink/227589697/
MX6DL_init_DDR3_400MHz_32bit_For_SD_1.0.inc.txt?func=doc.Fetch&nodeid=227589697
Signed-off-by: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3322,6 +3322,7 @@ mx6q_arm2_iram_config : unconfig } @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx6q_arm2 freescale mx6 +mx6solo_sabresd__config \ mx6dl_sabresd_config \ mx6dl_sabresd_mfg_config \ mx6dl_sabresd_android_config \ |