diff options
| author | Huang Shijie <b32955@freescale.com> | 2011-11-08 17:39:06 +0800 |
|---|---|---|
| committer | Jason Liu <r64343@freescale.com> | 2012-01-09 21:05:38 +0800 |
| commit | 2ed991668b3f503591507632de1885ff8814fd86 (patch) | |
| tree | 1b3b1db335b862c47d51f2a3ec383206af2a08e3 /arch/arm/mach-mx6/board-mx6q_sabrelite.c | |
| parent | a36292d075c46ad6a40833d741a34e352a7ae65f (diff) | |
ENGR00161643-2 MX6Q-lite : enlarge the mtd partition of NOR
64k is too small for uboot.
So enlarge the partition to 256K.
Signed-off-by: Huang Shijie <b32955@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx6/board-mx6q_sabrelite.c')
| -rw-r--r-- | arch/arm/mach-mx6/board-mx6q_sabrelite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx6/board-mx6q_sabrelite.c b/arch/arm/mach-mx6/board-mx6q_sabrelite.c index ee941336a198..6e0a9fae14ea 100644 --- a/arch/arm/mach-mx6/board-mx6q_sabrelite.c +++ b/arch/arm/mach-mx6/board-mx6q_sabrelite.c @@ -441,7 +441,7 @@ static struct mtd_partition imx6_sabrelite_spi_nor_partitions[] = { { .name = "bootloader", .offset = 0, - .size = 0x00010000, + .size = 0x00040000, }, { .name = "kernel", |
