summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorXinyu Chen <xinyu.chen@freescale.com>2011-05-16 13:37:33 +0800
committerXinyu Chen <xinyu.chen@freescale.com>2011-05-16 13:53:17 +0800
commited95d51186fb30f0aab1f5fadd505b6a6393bd25 (patch)
tree8eb92dc66180c3f45a94f5d24aef5a301d4b267e /Makefile
parent6e1ca60b50a5b3b0c9a7a249ed49e244411b575f (diff)
downloadu-boot-imx-ed95d51186fb30f0aab1f5fadd505b6a6393bd25.zip
u-boot-imx-ed95d51186fb30f0aab1f5fadd505b6a6393bd25.tar.gz
u-boot-imx-ed95d51186fb30f0aab1f5fadd505b6a6393bd25.tar.bz2
ENGR00143442 uboot: support android spi boot and mfg on mx50 rd3 board
Add mx50_rd3_android default config file Add basic support for UBI partition mount and UBIFS file read for recovery Add gpmi nand enable in MFG kernel commandline by uboot configure, which enable MFG tool to flash system images on NAND. The total NAND boot and NAND recovery has been disabled. They will be enabled later. Signed-off-by: Xinyu Chen <xinyu.chen@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 749af04..06d2fbb 100644
--- a/Makefile
+++ b/Makefile
@@ -3258,6 +3258,7 @@ mx50_rd3_config \
mx50_rd3_mfg_config \
mx50_rdp_mfg_config \
mx50_rdp_android_config \
+mx50_rd3_android_config \
mx50_rdp_config : unconfig
@[ -z "$(findstring iram_,$@)" ] || \
{ echo "TEXT_BASE = 0xF8008400" >$(obj)board/freescale/mx50_rdp/config.tmp ; \