summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnson Huang <b20788@freescale.com>2011-06-22 12:50:49 +0800
committerJustin Waters <justin.waters@timesys.com>2012-09-05 14:57:45 -0400
commit3c8ca2089a3fc23808e6a27298722e11e5a77754 (patch)
treef152b11389acfd059a9d0bcef5f31794656e25b3 /Makefile
parentcbe38277aa65a0e0e445714be8ec9b221ab97bb2 (diff)
ENGR00144424 MX6: enable uboot for ARM2(SABREAUTO) CPU board
Use 528M DDR script Disable L2 cache because rom enable L2 cache when use plug-in Fix usdhc pad settings Remove mac address hardcode Signed-off-by: Anson Huang <b20788@freescale.com> Signed-off-by: Richard Zhu <r65037@freescale.com> Signed-off-by: Terry Lv <r65388@freescale.com> Signed-off-by: Anish Trivedi <anish@freescale.com> Signed-off-by: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 06d2fbba32..7e8f5437b8 100644
--- a/Makefile
+++ b/Makefile
@@ -3302,6 +3302,14 @@ mx53_evk_mfg_config \
mx53_evk_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx53_evk freescale mx53
+mx6q_sabreauto_config \
+mx6q_sabreauto_iram_config : unconfig
+ @[ -z "$(findstring iram_,$@)" ] || \
+ { echo "TEXT_BASE = 0x00910000" >$(obj)board/freescale/mx6q_sabreauto/config.tmp ; \
+ echo "... with iram configuration" ; \
+ }
+ @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx6q_sabreauto freescale mx6
+
omap2420h4_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm1136 omap2420h4 NULL omap24xx