]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/psdkla-u-boot.git/commitdiff
OMAP: NAND: increase data partition to 40 MB
authorLeed Aguilar <leed.aguilar@ti.com>
Mon, 19 Jul 2010 23:10:11 +0000 (18:10 -0500)
committerLeed Aguilar <leed.aguilar@ti.com>
Mon, 19 Jul 2010 23:10:11 +0000 (18:10 -0500)
Increase DATA partition in NAND to 40MB to accomodate FLASH support

Signed-off-by: Akash Choudhari <akashc@ti.com>
Signed-off-by: Leed Aguilar <leed.aguilar@ti.com>
cpu/omap3/nand.c

index 79141f15b2e0a31a51e17bfe044539716b75e10a..a90da9927be25efb3d7701538bc403befb4f2362 100644 (file)
@@ -526,13 +526,13 @@ void board_nand_init(struct nand_chip *nand)
                {
                        .name   = "userdata",
                        .start  = 0xD400000,
-                       .length = 0x2000000, /* 32M */
+                       .length = 0x2800000, /* 40M */
                        .flags  = FASTBOOT_PTENTRY_FLAGS_WRITE_HW_ECC |
                        FASTBOOT_PTENTRY_FLAGS_WRITE_YAFFS,
                },
                {
                        .name   = "cache",
-                       .start  = 0xF400000,
+                       .start  = 0xFC00000,
                        .length = 0x2000000, /* 32M */
                        .flags  = FASTBOOT_PTENTRY_FLAGS_WRITE_HW_ECC |
                        FASTBOOT_PTENTRY_FLAGS_WRITE_YAFFS,