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>
This commit is contained in:
Andrei Gherzan 2012-09-16 13:15:31 +03:00
parent 241bd86e52
commit 384ca93373

View File

@ -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"