summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx5/mx53_ard.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mx5/mx53_ard.c')
-rw-r--r--arch/arm/mach-mx5/mx53_ard.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/mach-mx5/mx53_ard.c b/arch/arm/mach-mx5/mx53_ard.c
index 7a2aa0d4dd55..03d0e4c8aabd 100644
--- a/arch/arm/mach-mx5/mx53_ard.c
+++ b/arch/arm/mach-mx5/mx53_ard.c
@@ -1031,10 +1031,14 @@ static struct mxc_mlb_platform_data mlb_data = {
/* NAND Flash Partitions */
#ifdef CONFIG_MTD_PARTITIONS
static struct mtd_partition nand_flash_partitions[] = {
+/* MX53 ROM require the boot FCB/DBBT support which need
+ * more space to store such info on NAND boot partition.
+ * 16M should cover all kind of NAND boot support on MX53.
+ */
{
.name = "bootloader",
.offset = 0,
- .size = 3 * 1024 * 1024},
+ .size = 16 * 1024 * 1024},
{
.name = "nand.kernel",
.offset = MTDPART_OFS_APPEND,