diff options
author | Mahesh Mahadevan <r9aadq@freescale.com> | 2011-03-09 13:10:49 -0600 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2011-03-16 18:54:23 +0800 |
commit | e015742a17c8cc43d2c24c187b7c4d1ed0ba1eb3 (patch) | |
tree | 22382c0b92dfc23d7058dc6f2a8536fc237aee24 /Makefile | |
parent | dfa06f5cc1930234d1632dd693685e18b60ecf0c (diff) | |
download | u-boot-imx-e015742a17c8cc43d2c24c187b7c4d1ed0ba1eb3.zip u-boot-imx-e015742a17c8cc43d2c24c187b7c4d1ed0ba1eb3.tar.gz u-boot-imx-e015742a17c8cc43d2c24c187b7c4d1ed0ba1eb3.tar.bz2 |
ENGR00140692 Update for DDR3-based MX53 SABRE Auto boards
Added a new config file, the DDR setup is similar to the MX53 Quick
Start & MX53 SABRE-Tablet ref design boards.
Signed-off-by: Mahesh Mahadevan <r9aadq@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3285,6 +3285,7 @@ mx53_loco_mfg_config \ mx53_loco_config :unconfig $(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx53_loco freescale mx53 +mx53_ard_ddr3_config \ mx53_ard_mfg_config \ mx53_ard_config : unconfig $(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx53_ard freescale mx53 |