rk3188: fix MACHINEOVERRIDES order

The SOC_FAMILY OVERRIDES should come after the TUNE one, so it needs to
be defined before.

before:
MACHINEOVERRIDES="rk3188:armv7a:radxarock"
after:
MACHINEOVERRIDES="armv7a:rk3188:radxarock"

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
This commit is contained in:
Quentin Schulz 2024-05-31 11:25:10 +02:00 committed by Trevor Woerner
parent 203590d0aa
commit c5c1b78080

View File

@ -3,8 +3,8 @@
SOC_FAMILY = "rk3188"
require conf/machine/include/arm/armv7a/tune-cortexa9.inc
require conf/machine/include/soc-family.inc
require conf/machine/include/arm/armv7a/tune-cortexa9.inc
require conf/machine/include/rockchip-defaults.inc
SERIAL_CONSOLES = "115200;ttyFIQ0"