summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/omap-3430sdp.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine/omap-3430sdp.conf')
-rw-r--r--meta/conf/machine/omap-3430sdp.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/machine/omap-3430sdp.conf b/meta/conf/machine/omap-3430sdp.conf
index 2912c7abc0..5d87bd1483 100644
--- a/meta/conf/machine/omap-3430sdp.conf
+++ b/meta/conf/machine/omap-3430sdp.conf
@@ -8,7 +8,8 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
8 8
9MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen" 9MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen"
10KERNEL_IMAGETYPE = "uImage" 10KERNEL_IMAGETYPE = "uImage"
11IMAGE_FSTYPES ?= "tar.gz" 11IMAGE_FSTYPES ?= "tar.gz jffs2"
12EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
12SERIAL_CONSOLE = "-L 115200 ttyS0" 13SERIAL_CONSOLE = "-L 115200 ttyS0"
13 14
14require conf/machine/include/tune-cortexa8.inc 15require conf/machine/include/tune-cortexa8.inc