diff options
author | Alejandro Sierra <b18039@freescale.com> | 2012-09-11 18:11:14 -0500 |
---|---|---|
committer | Alejandro Sierra <b18039@freescale.com> | 2012-09-11 18:14:21 -0500 |
commit | fb5aaaea8f8240aaf9f1f7fbbb3c12d8d4bcdb0a (patch) | |
tree | 582ffba69fed78d6051a1d825332699bbe3067d0 /Makefile | |
parent | d5445135db7b12e229b678fb8ed6dc7606b36cfe (diff) | |
download | u-boot-imx-fb5aaaea8f8240aaf9f1f7fbbb3c12d8d4bcdb0a.zip u-boot-imx-fb5aaaea8f8240aaf9f1f7fbbb3c12d8d4bcdb0a.tar.gz u-boot-imx-fb5aaaea8f8240aaf9f1f7fbbb3c12d8d4bcdb0a.tar.bz2 |
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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |