From 39d7350b90308aa0f270e6b68f54f0d4901a89f5 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 17 May 2012 02:22:32 +0800 Subject: [PATCH] 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. --- conf/machine/sysmobts-v2.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/sysmobts-v2.conf b/conf/machine/sysmobts-v2.conf index 1bfe7cc..b86a9a1 100644 --- a/conf/machine/sysmobts-v2.conf +++ b/conf/machine/sysmobts-v2.conf @@ -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