summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobby Cai <R63905@freescale.com>2012-08-12 21:58:48 +0800
committerJustin Waters <justin.waters@timesys.com>2012-09-12 11:05:54 -0400
commitb45390b071c1b1e5310b8041a7134f666f3d74c9 (patch)
tree301182216ab5eeb1624679d5c82ea067fc4606f8 /Makefile
parent6bf9cdcc670f0e6f2d89ee0ca02df116756171b1 (diff)
ENGR00220161: imx6sl: Add MX6SL EVK Support
Add mx6sl evk board support - copied from ARM2 board support - added a new board revision - removed unused boot device detection Signed-off-by: Robby Cai <R63905@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1ce85c0aba..3613e0799d 100644
--- a/Makefile
+++ b/Makefile
@@ -3355,6 +3355,14 @@ mx6sl_arm2_iram_config : unconfig
echo "... with iram configuration" ; \
}
@$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx6sl_arm2 freescale mx6
+mx6sl_evk_config \
+mx6sl_evk_mfg_config \
+mx6sl_evk_iram_config : unconfig
+ @[ -z "$(findstring iram_,$@)" ] || \
+ { echo "TEXT_BASE = 0x00907000" >$(obj)board/freescale/mx6sl_evk/config.tmp ; \
+ echo "... with iram configuration" ; \
+ }
+ @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx6sl_evk freescale mx6
omap2420h4_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm1136 omap2420h4 NULL omap24xx