From ed95d51186fb30f0aab1f5fadd505b6a6393bd25 Mon Sep 17 00:00:00 2001 From: Xinyu Chen Date: Mon, 16 May 2011 13:37:33 +0800 Subject: 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 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 ; \ -- cgit v1.1