From fb5aaaea8f8240aaf9f1f7fbbb3c12d8d4bcdb0a Mon Sep 17 00:00:00 2001 From: Alejandro Sierra Date: Tue, 11 Sep 2012 18:11:14 -0500 Subject: ENGR00223027 Add support for nand on MFG for IMX6Q Add support for nand flash on IMX6Q. Modifying partitions number and size. mx6q_sabreauto_nand_boot.h --> Modify the size of partitions used to 3. PARTITION 0 (16M) ------------------------------ | | | uboot | | | ------------------------------ PARTITION 1 (16M) ------------------------------ | | | Kernel | | | ------------------------------ PARTITION 2 (128M) ------------------------------ | | | | | Root file system | | | | | ------------------------------ mx6q_sabreauto_mfg_enable_nand.h --> Enable partitions on manufacturing tool Signed-off-by: Alejandro Sierra --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 532d735..1c6dc90 100644 --- a/Makefile +++ b/Makefile @@ -3342,6 +3342,7 @@ mx6q_sabrelite_mfg_config : unconfig mx6q_sabreauto_weimnor_mfg_config \ mx6q_sabreauto_weimnor_config \ +mx6q_sabreauto_nand_mfg_config \ mx6solo_sabreauto_weimnor_mfg_config \ mx6solo_sabreauto_weimnor_config \ mx6solo_sabreauto_config \ -- cgit v1.1