diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-03-29 13:38:19 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-03-29 13:38:19 +0000 |
commit | 831e97601a7bd95f3e71567a51ce31dab5eaa2a6 (patch) | |
tree | 7833b45a53e92d3366260a9463fa3a4b3c85e682 /conf | |
parent | d3e02ad77748dffa0c1027ba0dcd45ca34e3c0c0 (diff) |
fic-gta01.conf: remove obsolete padding
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/fic-gta01.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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" |