]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
OMAP3: overo: increase linux partition to 8 MiB
authorPeter A. Bigot <pab@pabigot.com>
Wed, 21 May 2014 21:04:49 +0000 (14:04 -0700)
committerTom Rini <trini@ti.com>
Fri, 23 May 2014 20:12:02 +0000 (16:12 -0400)
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>
include/configs/omap3_overo.h

index 7823aa1999b00b1a6bcd677efa9d71126891d390..321e110f4a81c36ba7d9bc92baf7cfa06ea3d15e 100644 (file)
  *  xloader              4 * NAND_BLOCK_SIZE = 512 KiB
  *  uboot               14 * NAND_BLOCK_SIZE = 1792 KiB
  *  uboot environtment   2 * NAND_BLOCK_SIZE = 256 KiB
- *  linux               32 * NAND_BLOCK_SIE = 4 MiB
+ *  linux               64 * NAND_BLOCK_SIZE = 8 MiB
  *  rootfs              remainder
  */
 #define MTDIDS_DEFAULT "nand0=omap2-nand.0"
        "512k(xloader),"                                \
        "1792k(u-boot),"                                \
        "256k(environ),"                                \
-       "4m(linux),"                                    \
+       "8m(linux),"                                    \
        "-(rootfs)"
 #else /* CONFIG_CMD_NAND */
 #define MTDPARTS_DEFAULT