diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2009-04-20 13:00:10 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-04-22 13:00:22 +0200 |
commit | b3ab078b3c35835b609dfbde5d031afec60b86f3 (patch) | |
tree | 94b81681dc110d90c684e4e7c68cb08ac510d4fc /conf | |
parent | 756b69f81813b7b1a6a4c14ec7ec7e4b36f7ac37 (diff) |
micro2440.conf: Improve jffs2 image parameters.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/micro2440.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/micro2440.conf b/conf/machine/micro2440.conf index 17aa0d310a..5c8da70e68 100644 --- a/conf/machine/micro2440.conf +++ b/conf/machine/micro2440.conf @@ -16,4 +16,4 @@ MACHINE_FEATURES = "kernel26 touchscreen screen usbhost usbgadget sound alsa eth require conf/machine/include/tune-arm920t.inc KERNEL_IMAGETYPE = "uImage" -EXTRA_IMAGECMD_jffs2 = "--pad --little-endian -e16KiB -s 0x200 -n" +EXTRA_IMAGECMD_jffs2 = "--pad --little-endian -e16KiB -n" |