Skip to content

Commit

Permalink
raspberrypi3-64.conf: Use more appropriate tune
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
kraj authored and agherzan committed Feb 7, 2019
1 parent 74087f8 commit 9cc89cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/machine/raspberrypi3-64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MACHINE_EXTRA_RRECOMMENDS += "\
bluez-firmware-rpidistro-bcm4345c0-hcd \
"

require conf/machine/include/arm/arch-armv8.inc
require conf/machine/include/tune-cortexa53.inc
include conf/machine/include/rpi-base.inc

RPI_KERNEL_DEVICETREE = " \
Expand Down

0 comments on commit 9cc89cb

Please sign in to comment.