image-rauc-slot-rescue: UBI parameters should be set by the machine

Signed-off-by: Jan Luebbe <jluebbe@debian.org>
This commit is contained in:
Jan Luebbe 2015-06-13 14:52:48 +02:00 committed by Holger Hans Peter Freyther
parent 6b93b56e9b
commit b5586ef6c9
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@ XZ_THREADS = "-T 0"
XZ_INTEGRITY_CHECK = "crc32" XZ_INTEGRITY_CHECK = "crc32"
# ubifs config (override IMAGE_CMD_ubi to create custome volumes) # ubifs config (override IMAGE_CMD_ubi to create custome volumes)
MKUBIFS_ARGS = "-m 2048 -e 129024 -c 384 -x zlib"
UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
IMAGE_CMD_ubi () { IMAGE_CMD_ubi () {
echo \[rescue\] > ubinize.cfg echo \[rescue\] > ubinize.cfg
echo mode=ubi >> ubinize.cfg echo mode=ubi >> ubinize.cfg