diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2009-04-15 11:46:49 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-04-15 11:59:01 +0200 |
commit | 99fc9b7e925353cd03fde3847416379815436dd1 (patch) | |
tree | 688800eb70148913317103bb5c2e49f23d55c330 /conf/machine | |
parent | df32f8c84d0e7a5fbe51b66ac8d991003bf0f8a0 (diff) |
micro2440.conf: New device: FriendlyARM micro2440
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/micro2440.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/conf/machine/micro2440.conf b/conf/machine/micro2440.conf new file mode 100644 index 0000000000..17aa0d310a --- /dev/null +++ b/conf/machine/micro2440.conf @@ -0,0 +1,19 @@ +#@TYPE: Machine +#@Name: FriendlyARM micro2440 +#@DESCRIPTION: Machine configuration for FriendlyARM micro2440 Samsung 2440 based board + +TARGET_ARCH = "arm" + +PREFERRED_PROVIDER_virtual/kernel = "linux" + +# used by sysvinit_2 +SERIAL_CONSOLE = "115200 ttySAC0" + +IMAGE_FSTYPES = "jffs2 tar.gz" + +MACHINE_FEATURES = "kernel26 touchscreen screen usbhost usbgadget sound alsa ethernet" + +require conf/machine/include/tune-arm920t.inc + +KERNEL_IMAGETYPE = "uImage" +EXTRA_IMAGECMD_jffs2 = "--pad --little-endian -e16KiB -s 0x200 -n" |