From: Philipp Zabel Date: Thu, 29 Mar 2007 13:38:19 +0000 (+0000) Subject: fic-gta01.conf: remove obsolete padding X-Git-Tag: Release-2010-05/1~8868^2~924 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=831e97601a7bd95f3e71567a51ce31dab5eaa2a6;p=openembedded.git fic-gta01.conf: remove obsolete padding --- diff --git a/conf/machine/fic-gta01.conf b/conf/machine/fic-gta01.conf index 9bb24874a9..dcf3409723 100644 --- a/conf/machine/fic-gta01.conf +++ b/conf/machine/fic-gta01.conf @@ -32,7 +32,7 @@ MACHINE_TASK_PROVIDER = "task-base" ROOT_FLASH_SIZE = "60" # extra jffs2 tweaks -EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x4000 --pad=0x3C00000 -n" +EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x4000 -n" # build tools EXTRA_IMAGEDEPENDS += "sjf2410-linux-native"