diff mbox

[U-Boot,v2,3/9] OMAP3: overo: increase linux partition to 8 MiB

Message ID 1400706295-31871-4-git-send-email-ashcharles@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Ash Charles May 21, 2014, 9:04 p.m. UTC
From: "Peter A. Bigot" <pab@pabigot.com>

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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Tom Rini May 23, 2014, 11:51 p.m. UTC | #1
On Wed, May 21, 2014 at 02:04:49PM -0700, Ash Charles wrote:

> From: "Peter A. Bigot" <pab@pabigot.com>
> 
> 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>

Applied to u-boot-ti/master, thanks!
diff mbox

Patch

diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h
index 7823aa1..321e110 100644
--- a/include/configs/omap3_overo.h
+++ b/include/configs/omap3_overo.h
@@ -116,7 +116,7 @@ 
  *  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"
@@ -124,7 +124,7 @@ 
 	"512k(xloader),"				\
 	"1792k(u-boot),"				\
 	"256k(environ),"				\
-	"4m(linux),"					\
+	"8m(linux),"					\
 	"-(rootfs)"
 #else /* CONFIG_CMD_NAND */
 #define MTDPARTS_DEFAULT