Decreased OOB_SIZE to match new SPL_ECC_STRENGTH

This commit is contained in:
computermouth 2016-03-14 10:33:15 -07:00
parent 0769db9f9b
commit 82f22eebdf
1 changed files with 1 additions and 1 deletions

View File

@ -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=$?