diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-02-06 18:22:14 -0800 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-02-07 12:24:51 +0000 |
commit | 9cc89cb7341d633b6fc3a92b937b5560d26257a1 (patch) | |
tree | 6e52057b482877d0e62e0ebf449c803da4d055ff | |
parent | 74087f84ce9cc04c4f6e28e3a6e126a39a747459 (diff) | |
download | meta-raspberrypi-9cc89cb7341d633b6fc3a92b937b5560d26257a1.tar.gz |
raspberrypi3-64.conf: Use more appropriate tune
rpi3 is based on cortex-a53 implementation which is armv8+crc+simd
now that OE-Core has the appropriate tunes, switch to using the new
tune file, bonus, is that chromium will be more optimized now
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | conf/machine/raspberrypi3-64.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf index 635e4f6..80b6bc4 100644 --- a/conf/machine/raspberrypi3-64.conf +++ b/conf/machine/raspberrypi3-64.conf | |||
@@ -11,7 +11,7 @@ MACHINE_EXTRA_RRECOMMENDS += "\ | |||
11 | bluez-firmware-rpidistro-bcm4345c0-hcd \ | 11 | bluez-firmware-rpidistro-bcm4345c0-hcd \ |
12 | " | 12 | " |
13 | 13 | ||
14 | require conf/machine/include/arm/arch-armv8.inc | 14 | require conf/machine/include/tune-cortexa53.inc |
15 | include conf/machine/include/rpi-base.inc | 15 | include conf/machine/include/rpi-base.inc |
16 | 16 | ||
17 | RPI_KERNEL_DEVICETREE = " \ | 17 | RPI_KERNEL_DEVICETREE = " \ |