diff options
| author | Andrei Gherzan <andrei@gherzan.ro> | 2012-09-16 13:15:31 +0300 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-09-16 20:55:01 +0300 |
| commit | 384ca9337352417db029ea18f83cc85e8d7c68df (patch) | |
| tree | f30af4b27f04b349695f820a879ccfca1b99e8ce | |
| parent | 241bd86e52bf47d0a0d0dc3c398174f02685d67e (diff) | |
| download | meta-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-x | conf/machine/raspberrypi.conf | 2 |
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 | ||
| 6 | TARGET_ARCH = "arm" | ||
| 7 | |||
| 8 | require conf/machine/include/tune-arm1176jzf-s.inc | 6 | require conf/machine/include/tune-arm1176jzf-s.inc |
| 9 | 7 | ||
| 10 | INHERIT += "sdcard_image-rpi" | 8 | INHERIT += "sdcard_image-rpi" |
