summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlejandro Sierra <b18039@freescale.com>2012-09-11 18:11:14 -0500
committerAlejandro Sierra <b18039@freescale.com>2012-09-11 18:14:21 -0500
commitfb5aaaea8f8240aaf9f1f7fbbb3c12d8d4bcdb0a (patch)
tree582ffba69fed78d6051a1d825332699bbe3067d0 /Makefile
parentd5445135db7b12e229b678fb8ed6dc7606b36cfe (diff)
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 <b18039@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 532d735e73..1c6dc902cb 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 \