summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Dodd <atd7@cornell.edu>2012-06-04 20:10:59 -0400
committerAndrew Dodd <atd7@cornell.edu>2012-06-04 20:10:59 -0400
commite43069e082ae725b0a318aaf5fe251f2ef1b5311 (patch)
tree54605a2230b75335379c4c89d2dbcf0fdca8b995
parentd4757d896543c148636eef96a6b4a9682a9967d7 (diff)
downloaddevice_samsung_n7000-e43069e082ae725b0a318aaf5fe251f2ef1b5311.zip
device_samsung_n7000-e43069e082ae725b0a318aaf5fe251f2ef1b5311.tar.gz
device_samsung_n7000-e43069e082ae725b0a318aaf5fe251f2ef1b5311.tar.bz2
n7000: Specify NAND spare size properly
Same change that was recently applied to galaxys2 Change-Id: I3b1db7fa9d49e9ee170fd630c4dd1b9073f6e99f
-rwxr-xr-xBoardConfig.mk3
1 files changed, 2 insertions, 1 deletions
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