From 1350ba8acf4b5bb03b26a00da91a6698d4b7e2da Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Wed, 11 Feb 2015 21:34:58 +0100 Subject: raspberrypi.conf: Use arm1176jzfshf as default tune Reformat the tune-arm1176jzf-s.inc file. There is not 'PACKAGE_EXTRA_ARCHS_tune-armv6hf-vfp'. Replace it by 'PACKAGE_EXTRA_ARCHS_tune-armv6hf'. Change-Id: I0dd63b1dd3e1ebc7fe0600e93fb9d27a6a833cd9 Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/machine/raspberrypi.conf') diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf index 4e887b3..e8516e7 100644 --- a/conf/machine/raspberrypi.conf +++ b/conf/machine/raspberrypi.conf @@ -2,5 +2,7 @@ #@NAME: RaspberryPi Development Board #@DESCRIPTION: Machine configuration for the RaspberryPi http://www.raspberrypi.org/ Board +DEFAULTTUNE ?= "arm1176jzfshf" + require conf/machine/include/tune-arm1176jzf-s.inc include conf/machine/include/rpi-base.inc -- cgit v1.2.3-54-g00ecf