diff options
Diffstat (limited to 'conf/machine/boc01.conf')
-rw-r--r-- | conf/machine/boc01.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/boc01.conf b/conf/machine/boc01.conf index c93439d499..a7db1b19e9 100644 --- a/conf/machine/boc01.conf +++ b/conf/machine/boc01.conf @@ -17,7 +17,7 @@ UBOOT_ENTRYPOINT = "0" UBOOT_LOADADDRESS = "0" #rootfs on NAND flash -EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x4000 --no-cleanmarkers" +EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000 --no-cleanmarkers" #don't try to access tty1 USE_VT = "0" |