diff options
author | Zhang Jiejing <jiejing.zhang@freescale.com> | 2012-03-22 13:18:52 +0800 |
---|---|---|
committer | Zhang Jiejing <jiejing.zhang@freescale.com> | 2012-03-22 13:22:49 +0800 |
commit | 222932f207c4bafb19860b9e72e9487daea9b390 (patch) | |
tree | b4b6df1bec66b603d93285f87117e9e4392ff9d0 /Makefile | |
parent | 99db93a95b96ee389efe028e65bb91505d1d1f5e (diff) | |
download | u-boot-imx-222932f207c4bafb19860b9e72e9487daea9b390.zip u-boot-imx-222932f207c4bafb19860b9e72e9487daea9b390.tar.gz u-boot-imx-222932f207c4bafb19860b9e72e9487daea9b390.tar.bz2 |
ENGR00177587 MX6Q_ARM2: add android config for this board.
add android config to this board.
only basic boot support.
Signed-off-by: Zhang Jiejing <jiejing.zhang@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# + # (C) Copyright 2000-2009 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # @@ -3311,6 +3311,7 @@ mx6dl_arm2_iram_config \ mx6dl_arm2_mfg_config \ mx6dl_arm2_lpddr2_config \ mx6q_arm2_config \ +mx6q_arm2_android_config \ mx6q_arm2_mfg_config \ mx6q_arm2_lpddr2_config \ mx6q_arm2_lpddr2pop_config \ |