diff options
author | LiGang <b41990@freescale.com> | 2012-09-06 15:50:08 +0800 |
---|---|---|
committer | LiGang <b41990@freescale.com> | 2012-09-06 15:50:08 +0800 |
commit | 34424c323c0d4b3aa836bab449e3475ffe0bb59f (patch) | |
tree | 3e6f83fc62d751f7d2e9a846ca02a70a8bc940f5 /Makefile | |
parent | 794288699c9b66afdb1a39c84e65066c0c44d5f0 (diff) | |
download | u-boot-imx-34424c323c0d4b3aa836bab449e3475ffe0bb59f.zip u-boot-imx-34424c323c0d4b3aa836bab449e3475ffe0bb59f.tar.gz u-boot-imx-34424c323c0d4b3aa836bab449e3475ffe0bb59f.tar.bz2 |
ENGR00222170: Add mx6sl_evk_android_config for mx6sl evk board
- mx6sl_evk_android.h is a new file, copied from mx6sl_arm2_android.h
- set default sdio port as mmc1
Signed-off-by: LiGang <b41990@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3363,6 +3363,7 @@ mx6sl_arm2_iram_config : unconfig } @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx6sl_arm2 freescale mx6 mx6sl_evk_config \ +mx6sl_evk_android_config \ mx6sl_evk_mfg_config \ mx6sl_evk_iram_config : unconfig @[ -z "$(findstring iram_,$@)" ] || \ |