diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-04 20:37:19 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-04 20:37:19 +0000 |
commit | 87dcd9f4669282e6dcaf4590cd87b50d097d5220 (patch) | |
tree | fd00d34f42e032cc4091732bf75a54aa759747ab /conf | |
parent | 3035de27e32116eebe1a9e812e7048c9f49345ad (diff) |
fic-gta0[12].conf: always generate little endian jffs2 images
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/fic-gta01.conf | 2 | ||||
-rw-r--r-- | conf/machine/fic-gta02.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/fic-gta01.conf b/conf/machine/fic-gta01.conf index 19bcb7607c..4649fe130e 100644 --- a/conf/machine/fic-gta01.conf +++ b/conf/machine/fic-gta01.conf @@ -33,7 +33,7 @@ MACHINE_EXTRA_RRECOMMENDS = "\ ROOT_FLASH_SIZE = "60" # extra jffs2 tweaks -EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x4000 --pad -n" +EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad -n" # build / upload tools EXTRA_IMAGEDEPENDS += "sjf2410-linux-native dfu-util-native" diff --git a/conf/machine/fic-gta02.conf b/conf/machine/fic-gta02.conf index a87222cc3e..c9e1e73814 100644 --- a/conf/machine/fic-gta02.conf +++ b/conf/machine/fic-gta02.conf @@ -32,7 +32,7 @@ SERIAL_CONSOLE = "115200 ttySAC2" ROOT_FLASH_SIZE = "256" # extra jffs2 tweaks -EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x4000 --pad -n" +EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad -n" # build / upload tools EXTRA_IMAGEDEPENDS += "sjf2410-linux-native dfu-util-native" |