diff options
author | Zhang Jiejing <jiejing.zhang@freescale.com> | 2012-02-08 17:32:14 +0800 |
---|---|---|
committer | Zhang Jiejing <jiejing.zhang@freescale.com> | 2012-02-15 16:58:11 +0800 |
commit | 69665152823a798b3560d42e6456ce3cc041ffec (patch) | |
tree | 3c95244b9ea7d2068708dee548172420d472b3a9 /Makefile | |
parent | ac94e04f4566f20d638a7090abc8deacd33b40c7 (diff) | |
download | u-boot-imx-69665152823a798b3560d42e6456ce3cc041ffec.zip u-boot-imx-69665152823a798b3560d42e6456ce3cc041ffec.tar.gz u-boot-imx-69665152823a798b3560d42e6456ce3cc041ffec.tar.bz2 |
ENGR00174326 MX6Q_SABRESD: add android related function and config.
enable mfg profile.
enable recovery mode.
mx6q_sabresd board's usb otg have HW issue, disable it in
android profile.
Signed-off-by: Zhang Jiejing <jiejing.zhang@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3321,6 +3321,8 @@ mx6q_arm2_iram_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx6q_arm2 freescale mx6 mx6q_sabresd_config \ +mx6q_sabresd_android_config \ +mx6q_sabresd_mfg_config \ mx6q_sabresd_iram_config : unconfig @[ -z "$(findstring iram_,$@)" ] || \ { echo "TEXT_BASE = 0x00907000" >$(obj)board/freescale/mx6q_sabresd/config.tmp ; \ |