From ac63f16b9b552b173151af0369802cc7f974613c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 10 Aug 2015 15:46:47 +0200 Subject: [PATCH] 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. --- conf/machine/sysmocom-idu.conf | 3 ++- conf/machine/sysmocom-odu.conf | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/conf/machine/sysmocom-idu.conf b/conf/machine/sysmocom-idu.conf index 83bd105c92..67d4bf5243 100644 --- a/conf/machine/sysmocom-idu.conf +++ b/conf/machine/sysmocom-idu.conf @@ -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" diff --git a/conf/machine/sysmocom-odu.conf b/conf/machine/sysmocom-odu.conf index 529b6e3b70..f24cea7c91 100644 --- a/conf/machine/sysmocom-odu.conf +++ b/conf/machine/sysmocom-odu.conf @@ -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"