diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-02-09 12:23:53 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-02-09 12:23:53 +0000 |
commit | 45e943b2847802ed8600ad471b870e7a732f6a78 (patch) | |
tree | 24a6cbc63b0bb225b485cbcd85bb688681cc9ecc /conf/machine/at32stk1000.conf | |
parent | 39f91766eaca3808c750a5576ff156fcc6cba16e (diff) |
conf/machine/: Add jffs2 as default image for embedded boards and vendor machines.
* Based on the list provided by Richard Purdie, skipping devices (pocketpc and
palms), ports of which are completely generic and jffs2 is completely not a better
choice than any other.
Diffstat (limited to 'conf/machine/at32stk1000.conf')
-rw-r--r-- | conf/machine/at32stk1000.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/at32stk1000.conf b/conf/machine/at32stk1000.conf index 4c3112df78..add4c7e2d9 100644 --- a/conf/machine/at32stk1000.conf +++ b/conf/machine/at32stk1000.conf @@ -17,6 +17,7 @@ MACHINE_FEATURES = "kernel26 alsa ext2 usbgadget touchscreen screen" SERIAL_CONSOLE = "115200" # used by some images +IMAGE_FSTYPES ?= "jffs2" ROOT_FLASH_SIZE = "8" EXTRA_IMAGECMD_jffs2 = " --big-endian --pagesize=4096 --eraseblock=65536" |