diff options
Diffstat (limited to 'conf/machine/micro2440.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" |