mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-05 05:04:47 +02:00
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:
parent
203590d0aa
commit
c5c1b78080
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user