summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-09-16 13:15:31 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2012-09-16 20:55:01 +0300
commit384ca9337352417db029ea18f83cc85e8d7c68df (patch)
treef30af4b27f04b349695f820a879ccfca1b99e8ce
parent241bd86e52bf47d0a0d0dc3c398174f02685d67e (diff)
downloadmeta-raspberrypi-384ca9337352417db029ea18f83cc85e8d7c68df.tar.gz
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 <andrei@gherzan.ro>
-rwxr-xr-xconf/machine/raspberrypi.conf2
1 files changed, 0 insertions, 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 @@
3#@DESCRIPTION: Machine configuration for the RaspberryPi http://www.raspberrypi.org/ Board 3#@DESCRIPTION: Machine configuration for the RaspberryPi http://www.raspberrypi.org/ Board
4#@MAINTAINER: John Willis 4#@MAINTAINER: John Willis
5 5
6TARGET_ARCH = "arm"
7
8require conf/machine/include/tune-arm1176jzf-s.inc 6require conf/machine/include/tune-arm1176jzf-s.inc
9 7
10INHERIT += "sdcard_image-rpi" 8INHERIT += "sdcard_image-rpi"