diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2019-06-27 14:10:16 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-06-30 16:14:31 +0100 |
commit | e3aa98a0cee00d9c618156377a9ec2483e5f55bc (patch) | |
tree | f77e4db18b5c7b73b8485a87c13437b0ad0cee19 | |
parent | 863ed37bb65d2a774065a9f040b309fc5ea5917a (diff) | |
download | meta-raspberrypi-e3aa98a0cee00d9c618156377a9ec2483e5f55bc.tar.gz |
raspberrypi3.conf: Clarify machine mode
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | conf/machine/raspberrypi3.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/raspberrypi3.conf b/conf/machine/raspberrypi3.conf index df64cbb..49252fc 100644 --- a/conf/machine/raspberrypi3.conf +++ b/conf/machine/raspberrypi3.conf | |||
@@ -1,6 +1,6 @@ | |||
1 | #@TYPE: Machine | 1 | #@TYPE: Machine |
2 | #@NAME: RaspberryPi 3 Development Board | 2 | #@NAME: RaspberryPi 3 Development Board (32bit) |
3 | #@DESCRIPTION: Machine configuration for the RaspberryPi 3 | 3 | #@DESCRIPTION: Machine configuration for the RaspberryPi 3 in 32 bits mode |
4 | 4 | ||
5 | DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4" | 5 | DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4" |
6 | require conf/machine/include/tune-cortexa7.inc | 6 | require conf/machine/include/tune-cortexa7.inc |