sysmobts-v2: Allow to override the flash parameters

RevB and RevC feature different kind of nand flash. RevB is still
pre-production hardware so for the few units allow to set the right
flash parameters in the local.conf.
This commit is contained in:
Holger Hans Peter Freyther 2012-05-17 02:22:32 +08:00
parent 967184aef7
commit 39d7350b90
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ EXTRA_IMAGEDEPENDS = "dvnixload-native ubl u-boot sysmobts-firmware"
EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 --no-cleanmarkers --pad=0x2000000 -n"
# ubifs config
MKUBIFS_ARGS = "-m 2048 -e 129024 -c 400"
UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
MKUBIFS_ARGS ?= "-m 2048 -e 129024 -c 400"
UBINIZE_ARGS ?= "-m 2048 -p 128KiB -s 512"
require conf/machine/include/sysmobts.inc