sysmocom-odu/sysmocom-idu: Use the default tunes we actually use

On our build setup we are using these default tune levels, so
we should apply them everywhere.
This commit is contained in:
Holger Hans Peter Freyther 2015-08-10 15:46:47 +02:00
parent e900822de2
commit ac63f16b9b
2 changed files with 4 additions and 2 deletions

View File

@ -16,7 +16,8 @@ MACHINE_FEATURES += "kernel26 x86 usbhost pci acpi"
KERNEL_IMAGETYPE = "bzImage"
IMAGE_FSTYPES = "tar.gz ext4"
IMAGE_FSTYPES = "ext4"
DEFAULTTUNE="core2"
SERIAL_CONSOLE = "115200 ttyS0"
MACHINE_CONSOLE = "console=ttyS0,115200n8"

View File

@ -4,7 +4,8 @@
require conf/machine/include/ti33x.inc
IMAGE_FSTYPES += "ubi tar.gz"
IMAGE_FSTYPES += "ubifs"
DEFAULTTUNE = "cortexa8hf-neon"
SERIAL_CONSOLE = "115200 ttyO0"