From 384ca9337352417db029ea18f83cc85e8d7c68df Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Sun, 16 Sep 2012 13:15:31 +0300 Subject: raspberrypi.conf: Remove TARGET_ARCH variable TARGET_ARCH by default is TUNE_ARCH which is already arm. So this line is useless. Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf index 520b87d..db47ee2 100755 --- a/conf/machine/raspberrypi.conf +++ b/conf/machine/raspberrypi.conf @@ -3,8 +3,6 @@ #@DESCRIPTION: Machine configuration for the RaspberryPi http://www.raspberrypi.org/ Board #@MAINTAINER: John Willis -TARGET_ARCH = "arm" - require conf/machine/include/tune-arm1176jzf-s.inc INHERIT += "sdcard_image-rpi" -- cgit v1.2.3-54-g00ecf