diff options
author | Ye Li <ye.li@nxp.com> | 2016-04-29 14:44:42 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2016-04-29 14:47:41 +0800 |
commit | 1e4daf88c00bc26f944fab9f1e8e0b876ec1c4a7 (patch) | |
tree | 2b4f7b0cf681d2a8bf3224add42e18c03e86b5e5 /configs | |
parent | b7f43f47a78c9d0c14fe104daf22efab13709ab1 (diff) | |
download | u-boot-imx-1e4daf88c00bc26f944fab9f1e8e0b876ec1c4a7.zip u-boot-imx-1e4daf88c00bc26f944fab9f1e8e0b876ec1c4a7.tar.gz u-boot-imx-1e4daf88c00bc26f944fab9f1e8e0b876ec1c4a7.tar.bz2 |
MLK-12736 mx6ulevk: Delete obsoleted android build target
The build target mx6ul_14x14_evk_android_defconfig is obsoleted.
It is replaced by mx6ul_14x14_evk_brillo_defconfig. So remove this old file.
Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx6ul_14x14_evk_android_defconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configs/mx6ul_14x14_evk_android_defconfig b/configs/mx6ul_14x14_evk_android_defconfig deleted file mode 100644 index 53f39d5..0000000 --- a/configs/mx6ul_14x14_evk_android_defconfig +++ /dev/null @@ -1,5 +0,0 @@ -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6ul_14x14_evk/imximage.cfg,MX6UL,ANDROID_SUPPORT" -CONFIG_ARM=y -CONFIG_TARGET_MX6UL_14X14_EVK=y -CONFIG_DM=y -CONFIG_DM_THERMAL=y |