diff options
author | Robby Cai <R63905@freescale.com> | 2012-08-12 21:58:48 +0800 |
---|---|---|
committer | Robby Cai <R63905@freescale.com> | 2012-08-14 14:07:04 +0800 |
commit | dedfb0b085e54f284d86d632974ab43e699a4efd (patch) | |
tree | 301182216ab5eeb1624679d5c82ea067fc4606f8 /Makefile | |
parent | 4846133a1c76892e3485907fbdab0cd16446049f (diff) | |
download | u-boot-imx-dedfb0b085e54f284d86d632974ab43e699a4efd.zip u-boot-imx-dedfb0b085e54f284d86d632974ab43e699a4efd.tar.gz u-boot-imx-dedfb0b085e54f284d86d632974ab43e699a4efd.tar.bz2 |
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-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |