ccmp1: define device trees per media STM32MP_DT_FILES_xxx
The variable STM32MP_DEVICETREE is later expanded with the list of values in all media. Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
parent
d21c7b5fdd
commit
4bdd4b0b56
|
|
@ -31,8 +31,11 @@ UBOOT_CONFIG[ccmp13-dvk] = "ccmp13-dvk_defconfig,,u-boot-dtb.${UBOOT_SUFFIX}"
|
|||
# =========================================================================
|
||||
# Machine settings
|
||||
# =========================================================================
|
||||
# Define list of devicetree per board
|
||||
STM32MP_DEVICETREE ??= "ccmp13-dvk-256MB"
|
||||
# Define list of devicetree per supported storage
|
||||
STM32MP_DT_FILES_NAND = "ccmp13-dvk-256MB"
|
||||
STM32MP_DT_FILES_SDCARD = "${STM32MP_DT_FILES_NAND}"
|
||||
STM32MP_DT_FILES_USB = "${STM32MP_DT_FILES_NAND}"
|
||||
|
||||
# Extra DTB for board - need to specify it with .dtb ...
|
||||
STM32MP_KERNEL_DEVICETREE:ccmp13-dvk += " \
|
||||
ccmp13_bt_test.dtbo \
|
||||
|
|
|
|||
|
|
@ -31,8 +31,11 @@ UBOOT_CONFIG[ccmp15-dvk] = "ccmp15-dvk_defconfig,,u-boot-dtb.${UBOOT_SUFFIX}"
|
|||
# =========================================================================
|
||||
# Machine settings
|
||||
# =========================================================================
|
||||
# Define list of devicetree per board
|
||||
STM32MP_DEVICETREE ??= "ccmp15-dvk-512MB ccmp15-dvk-1GB"
|
||||
# Define list of devicetree per supported storage
|
||||
STM32MP_DT_FILES_NAND = "ccmp15-dvk-512MB ccmp15-dvk-1GB"
|
||||
STM32MP_DT_FILES_SDCARD = "${STM32MP_DT_FILES_NAND}"
|
||||
STM32MP_DT_FILES_USB = "${STM32MP_DT_FILES_NAND}"
|
||||
|
||||
# Extra DTB for board - need to specify it with .dtb ...
|
||||
STM32MP_KERNEL_DEVICETREE:ccmp15-dvk += " \
|
||||
ccmp15_bt_test.dtbo \
|
||||
|
|
|
|||
Loading…
Reference in New Issue