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>
This commit is contained in:
parent
dbba3daf9e
commit
e5c809d785
|
@ -116,7 +116,7 @@
|
||||||
* xloader 4 * NAND_BLOCK_SIZE = 512 KiB
|
* xloader 4 * NAND_BLOCK_SIZE = 512 KiB
|
||||||
* uboot 14 * NAND_BLOCK_SIZE = 1792 KiB
|
* uboot 14 * NAND_BLOCK_SIZE = 1792 KiB
|
||||||
* uboot environtment 2 * NAND_BLOCK_SIZE = 256 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
|
* rootfs remainder
|
||||||
*/
|
*/
|
||||||
#define MTDIDS_DEFAULT "nand0=omap2-nand.0"
|
#define MTDIDS_DEFAULT "nand0=omap2-nand.0"
|
||||||
|
@ -124,7 +124,7 @@
|
||||||
"512k(xloader)," \
|
"512k(xloader)," \
|
||||||
"1792k(u-boot)," \
|
"1792k(u-boot)," \
|
||||||
"256k(environ)," \
|
"256k(environ)," \
|
||||||
"4m(linux)," \
|
"8m(linux)," \
|
||||||
"-(rootfs)"
|
"-(rootfs)"
|
||||||
#else /* CONFIG_CMD_NAND */
|
#else /* CONFIG_CMD_NAND */
|
||||||
#define MTDPARTS_DEFAULT
|
#define MTDPARTS_DEFAULT
|
||||||
|
|
Loading…
Reference in New Issue