From 82f22eebdf809ea26dda63b293ea11a5258a9b30 Mon Sep 17 00:00:00 2001 From: computermouth Date: Mon, 14 Mar 2016 10:33:15 -0700 Subject: [PATCH] Decreased OOB_SIZE to match new SPL_ECC_STRENGTH --- chip-local-flash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chip-local-flash.sh b/chip-local-flash.sh index d3966f5..9cc5b3c 100755 --- a/chip-local-flash.sh +++ b/chip-local-flash.sh @@ -63,7 +63,7 @@ UBI_MEM_ADDR=0x4b000000 UBI_SIZE=`filesize $UBI | xargs printf "0x%08x"` PAGE_SIZE=16384 -OOB_SIZE=1664 +OOB_SIZE=1280 assert_error() { ERR=$?