diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-03-09 10:08:37 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-03-09 10:08:37 +0000 |
commit | 6142b288fa6a5b342f2e33fe40a9c9d7c78797e5 (patch) | |
tree | 11007d934deac8ed97bcb417b3d9f7b7215595c9 /conf/machine/fic-gta01.conf | |
parent | 3eac94f967d21dcbdf8040dd35cedd00cbb690a0 (diff) |
fic-gta01: Pad to the end of flash to work around filesystem issues due to lacking flash erase.
Diffstat (limited to 'conf/machine/fic-gta01.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 3d21ae77d4..5450c1ebd3 100644 --- a/conf/machine/fic-gta01.conf +++ b/conf/machine/fic-gta01.conf @@ -30,7 +30,7 @@ MACHINE_TASK_PROVIDER = "task-base" ROOT_FLASH_SIZE = "60" # extra jffs2 tweaks -EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x4000 --pad -n" +EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x4000 --pad=0x3C00000 -n" # build tools EXTRA_IMAGEDEPENDS += "sjf2410-linux-native" |