diff options
author | Eric Sun <jian.sun@freescale.com> | 2011-11-21 16:25:24 +0800 |
---|---|---|
committer | Eric Sun <jian.sun@freescale.com> | 2011-11-21 16:45:42 +0800 |
commit | 4327d84f1566ee56493e9fec69e09b216ce43ab4 (patch) | |
tree | 0aee95a5d5b7e6103f93e8613108c4d054639159 /Makefile | |
parent | 9c9807eec87cb3b51e8d90adc0601d7bae5b6f2c (diff) | |
download | u-boot-imx-4327d84f1566ee56493e9fec69e09b216ce43ab4.zip u-boot-imx-4327d84f1566ee56493e9fec69e09b216ce43ab4.tar.gz u-boot-imx-4327d84f1566ee56493e9fec69e09b216ce43ab4.tar.bz2 |
ENGR00162709 Add Support for MX6Q Sabre Auto
1. Change RAM size from 2GB to 1GB
2. Default boot from MMC Dev 2
Signed-off-by: Eric Sun <jian.sun@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3320,6 +3320,9 @@ mx6q_sabrelite_config \ mx6q_sabrelite_mfg_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx6q_sabrelite freescale mx6 +mx6q_sabreauto_config : unconfig + @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx6q_sabreauto freescale mx6 + omap2420h4_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm1136 omap2420h4 NULL omap24xx |