ccmp25-dvk: set device tree file for sdcard generation
This commit defines the device tree file variable used to generate the SD card image, fixing the build of the bootloader flavor intended for booting from an SD card. Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
d9668c0ba4
commit
a38f9ecf89
|
|
@ -39,6 +39,7 @@ UBOOT_DEVICETREE = "${STM32MP_DEVICETREE}"
|
|||
# =========================================================================
|
||||
# Define list of devicetree per supported storage
|
||||
STM32MP_DT_FILES_EMMC = "ccmp25-dvk"
|
||||
STM32MP_DT_FILES_SDCARD = "${STM32MP_DT_FILES_EMMC}"
|
||||
|
||||
# Extra DTB for board - need to specify it with .dtb ...
|
||||
STM32MP_KERNEL_DEVICETREE:ccmp25-dvk += " \
|
||||
|
|
|
|||
Loading…
Reference in New Issue