Commit e5c809d785a740345532b9f8e58ee80f6b28222a

Authored by Peter A. Bigot
Committed by Tom Rini
1 parent dbba3daf9e

OMAP3: overo: increase linux partition to 8 MiB

Linux kernel at version 3.5 is about 3.5 MiB; test kernels for 3.10 exceed 4
MiB.  Prepare for future upgrades by increasing the NAND partition now.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Tested-by: Ash Charles <ash@gumstix.com>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

include/configs/omap3_overo.h
... ... @@ -116,7 +116,7 @@
116 116 * xloader 4 * NAND_BLOCK_SIZE = 512 KiB
117 117 * uboot 14 * NAND_BLOCK_SIZE = 1792 KiB
118 118 * uboot environtment 2 * NAND_BLOCK_SIZE = 256 KiB
119   - * linux 32 * NAND_BLOCK_SIE = 4 MiB
  119 + * linux 64 * NAND_BLOCK_SIZE = 8 MiB
120 120 * rootfs remainder
121 121 */
122 122 #define MTDIDS_DEFAULT "nand0=omap2-nand.0"
... ... @@ -124,7 +124,7 @@
124 124 "512k(xloader)," \
125 125 "1792k(u-boot)," \
126 126 "256k(environ)," \
127   - "4m(linux)," \
  127 + "8m(linux)," \
128 128 "-(rootfs)"
129 129 #else /* CONFIG_CMD_NAND */
130 130 #define MTDPARTS_DEFAULT