From e43069e082ae725b0a318aaf5fe251f2ef1b5311 Mon Sep 17 00:00:00 2001 From: Andrew Dodd Date: Mon, 4 Jun 2012 20:10:59 -0400 Subject: n7000: Specify NAND spare size properly Same change that was recently applied to galaxys2 Change-Id: I3b1db7fa9d49e9ee170fd630c4dd1b9073f6e99f --- BoardConfig.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index bad5982..f3c7c8a 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -46,7 +46,8 @@ TARGET_PROVIDES_INIT := true TARGET_PROVIDES_INIT_TARGET_RC := true TARGET_RECOVERY_INITRC := device/samsung/n7000/recovery.rc -BOARD_NAND_PAGE_SIZE := 4096 -s 128 +BOARD_NAND_PAGE_SIZE := 4096 +BOARD_NAND_SPARE_SIZE := 128 BOARD_KERNEL_PAGESIZE := 4096 BOARD_KERNEL_BASE := 0x40000000 BOARD_KERNEL_CMDLINE := console=ttySAC2,115200 consoleblank=0 -- cgit v1.1