From 65776680ccf6530fe68085cdc54bed316f8c0784 Mon Sep 17 00:00:00 2001 From: Francisco Munoz Date: Thu, 2 Aug 2012 17:57:17 -0500 Subject: ENGR00180538-1 MFG download burn sd,spi, nand, nor failed. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added two new board files for Solo and Quad which allow uboot to be booted from WEIM NOR. Also amended the word “weim-nor” in both mfg configuration files which allow to erase/write u-boot and uImage in Parallel nor using the mfg tool. Lastly just added a label in the regular board files indicating that another config file has to be used in the case of NOR boot. Modified files: Makefile common/env_common.c include/configs/mx6q_sabreauto.h include/configs/mx6q_sabreauto_boot_weimnor.h include/configs/mx6q_sabreauto_mfg_enable_weimnor.h include/configs/mx6solo_sabreauto.h include/configs/mx6solo_sabreauto_boot_weimnor.h include/configs/mx6solo_sabreauto_mfg_enable_weimnor.h Signed-off-by: Francisco Munoz --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e2bec28..9559c2c 100644 --- a/Makefile +++ b/Makefile @@ -3340,6 +3340,10 @@ mx6q_sabrelite_android_config \ mx6q_sabrelite_mfg_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx6q_sabrelite freescale mx6 +mx6q_sabreauto_mfg_enable_weimnor_config \ +mx6q_sabreauto_boot_weimnor_config \ +mx6solo_sabreauto_mfg_enable_weimnor_config \ +mx6solo_sabreauto_boot_weimnor_config \ mx6solo_sabreauto_config \ mx6solo_sabreauto_mfg_config \ mx6q_sabreauto_mfg_config \ -- cgit v1.1