mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-05 05:04:47 +02:00
rk3066: fix MACHINEOVERRIDES order
The SOC_FAMILY OVERRIDES should come after the TUNE one, so it needs to be defined before. before: MACHINEOVERRIDES="rk3066:armv7a:marsboard-rk3066" after: MACHINEOVERRIDES="armv7a:rk3066:marsboard-rk3066" Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
This commit is contained in:
parent
d4f5eecddb
commit
49ec226dc0
|
@ -3,8 +3,8 @@
|
|||
|
||||
SOC_FAMILY = "rk3066"
|
||||
|
||||
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;ttyS2"
|
||||
|
|
Loading…
Reference in New Issue
Block a user