MACHINE: adapt to change of machine path
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@foss.st.com>
This commit is contained in:
parent
483a6968fa
commit
5c921566ab
|
|
@ -14,7 +14,7 @@ MACHINEOVERRIDES .= ":stm32mp15common"
|
|||
# Chip architecture
|
||||
# =========================================================================
|
||||
DEFAULTTUNE = "cortexa7thf-neon-vfpv4"
|
||||
include conf/machine/include/tune-cortexa7.inc
|
||||
include conf/machine/include/arm/armv7a/tune-cortexa7.inc
|
||||
|
||||
# =========================================================================
|
||||
# boot scheme
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ MACHINEOVERRIDES .= ":stm32mp1common:stm32mp15common"
|
|||
# Chip architecture
|
||||
# =========================================================================
|
||||
DEFAULTTUNE = "cortexa7thf-neon-vfpv4"
|
||||
include conf/machine/include/tune-cortexa7.inc
|
||||
include conf/machine/include/arm/armv7a/tune-cortexa7.inc
|
||||
|
||||
# =========================================================================
|
||||
# boot scheme
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ MACHINEOVERRIDES .= ":stm32mp1common:stm32mp15common"
|
|||
# Chip architecture
|
||||
# =========================================================================
|
||||
DEFAULTTUNE = "cortexa7thf-neon-vfpv4"
|
||||
include conf/machine/include/tune-cortexa7.inc
|
||||
include conf/machine/include/arm/armv7a/tune-cortexa7.inc
|
||||
|
||||
# =========================================================================
|
||||
# boot scheme
|
||||
|
|
|
|||
Loading…
Reference in New Issue