diff options
author | Jason Liu <r64343@freescale.com> | 2010-05-20 10:58:00 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2010-05-20 14:09:02 +0800 |
commit | cfc0fd331a95611780d7fe035bde51193de92681 (patch) | |
tree | bd6b1f261d12e6338ca272b0840a8ee0b72ef640 /Makefile | |
parent | af46d9f54b192076c1e3096299d594e2783fc175 (diff) | |
download | u-boot-imx-cfc0fd331a95611780d7fe035bde51193de92681.zip u-boot-imx-cfc0fd331a95611780d7fe035bde51193de92681.tar.gz u-boot-imx-cfc0fd331a95611780d7fe035bde51193de92681.tar.bz2 |
ENGR00123641 MX53: Add DDR3 CPU board support
Add DDR3 CPU board support, DDR3 clock 400Mhz
Create one config file for it since the DDR3 init
script is much different wtih DDR2.
Signed-off-by:Jason Liu <r64343@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3256,6 +3256,7 @@ mx51_3stack_android_config \ mx51_3stack_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx51_3stack freescale mx51 +mx53_arm2_ddr3_config \ mx53_arm2_config \ mx53_evk_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx53_evk freescale mx53 |