CONF: correct examples to used according to devicetree package
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@foss.st.com>
This commit is contained in:
parent
7054e04325
commit
048d47e395
|
|
@ -62,21 +62,22 @@ WIFI_LIST += "linux-firmware-bcm43430"
|
||||||
#KERNEL_MODULE_AUTOLOAD = "goodix"
|
#KERNEL_MODULE_AUTOLOAD = "goodix"
|
||||||
|
|
||||||
# Define the devicetree for Linux A7 examples
|
# Define the devicetree for Linux A7 examples
|
||||||
LINUX_A7_EXAMPLES_DT += "stm32mp157c-dk2-a7-examples"
|
#LINUX_A7_EXAMPLES_DT += "stm32mp157c-dk2-a7-examples"
|
||||||
#LINUX_A7_EXAMPLES_DT += "stm32mp157c-ev1-a7-examples"
|
#LINUX_A7_EXAMPLES_DT += "stm32mp157c-ev1-a7-examples"
|
||||||
#LINUX_A7_EXAMPLES_DT += "stm32mp157f-dk2-a7-examples"
|
LINUX_A7_EXAMPLES_DT += "stm32mp157f-dk2-a7-examples"
|
||||||
#LINUX_A7_EXAMPLES_DT += "stm32mp157f-ev1-a7-examples"
|
#LINUX_A7_EXAMPLES_DT += "stm32mp157f-ev1-a7-examples"
|
||||||
|
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
# M4 copro
|
# M4 copro
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
# Define the devicetree for M4 example
|
# Define the devicetree for M4 example
|
||||||
CUBE_M4_EXAMPLES_DT += "stm32mp157c-dk2-m4-examples"
|
#CUBE_M4_EXAMPLES_DT += "stm32mp157c-dk2-m4-examples"
|
||||||
#CUBE_M4_EXAMPLES_DT += "stm32mp157c-ev1-m4-examples"
|
#CUBE_M4_EXAMPLES_DT += "stm32mp157c-ev1-m4-examples"
|
||||||
#CUBE_M4_EXAMPLES_DT += "stm32mp157f-dk2-m4-examples"
|
CUBE_M4_EXAMPLES_DT += "stm32mp157f-dk2-m4-examples"
|
||||||
#CUBE_M4_EXAMPLES_DT += "stm32mp157f-ev1-m4-examples"
|
#CUBE_M4_EXAMPLES_DT += "stm32mp157f-ev1-m4-examples"
|
||||||
|
|
||||||
# Define specific board reference to use
|
# Define specific board reference to use
|
||||||
|
# For M4 BOARD config, STM32MP157C are similar to STM32MP157F
|
||||||
M4_BOARDS = "STM32MP157C-DK2"
|
M4_BOARDS = "STM32MP157C-DK2"
|
||||||
|
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
|
|
|
||||||
|
|
@ -65,20 +65,21 @@ KERNEL_MODULE_AUTOLOAD = "goodix"
|
||||||
|
|
||||||
# Define the devicetree for Linux A7 examples
|
# Define the devicetree for Linux A7 examples
|
||||||
#LINUX_A7_EXAMPLES_DT += "stm32mp157c-dk2-a7-examples"
|
#LINUX_A7_EXAMPLES_DT += "stm32mp157c-dk2-a7-examples"
|
||||||
LINUX_A7_EXAMPLES_DT += "stm32mp157c-ev1-a7-examples"
|
#LINUX_A7_EXAMPLES_DT += "stm32mp157c-ev1-a7-examples"
|
||||||
#LINUX_A7_EXAMPLES_DT += "stm32mp157f-dk2-a7-examples"
|
#LINUX_A7_EXAMPLES_DT += "stm32mp157f-dk2-a7-examples"
|
||||||
#LINUX_A7_EXAMPLES_DT += "stm32mp157f-ev1-a7-examples"
|
LINUX_A7_EXAMPLES_DT += "stm32mp157f-ev1-a7-examples"
|
||||||
|
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
# M4 copro
|
# M4 copro
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
# Define the devicetree for M4 example
|
# Define the devicetree for M4 example
|
||||||
#CUBE_M4_EXAMPLES_DT += "stm32mp157c-dk2-m4-examples"
|
#CUBE_M4_EXAMPLES_DT += "stm32mp157c-dk2-m4-examples"
|
||||||
CUBE_M4_EXAMPLES_DT += "stm32mp157c-ev1-m4-examples"
|
#CUBE_M4_EXAMPLES_DT += "stm32mp157c-ev1-m4-examples"
|
||||||
#CUBE_M4_EXAMPLES_DT += "stm32mp157f-dk2-m4-examples"
|
#CUBE_M4_EXAMPLES_DT += "stm32mp157f-dk2-m4-examples"
|
||||||
#CUBE_M4_EXAMPLES_DT += "stm32mp157f-ev1-m4-examples"
|
CUBE_M4_EXAMPLES_DT += "stm32mp157f-ev1-m4-examples"
|
||||||
|
|
||||||
# Define specific board reference to use
|
# Define specific board reference to use
|
||||||
|
# For M4 BOARD config, STM32MP157C are similar to STM32MP157F
|
||||||
M4_BOARDS = "STM32MP157C-EV1"
|
M4_BOARDS = "STM32MP157C-EV1"
|
||||||
|
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue