ccmp1: adapt U-Boot and OPTEE variables to newest ST BSP

Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
Hector Palacios 2025-04-10 13:55:56 +02:00
parent 4bdd4b0b56
commit 7ceebfbb1e
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ DEVICE_BOARD_ENABLE:SDCARD += "${@bb.utils.contains('BOOTDEVICE_LABELS', 'sdcard
# ========================================================================= # =========================================================================
# Last one is the default (the one the symlinks point at) # Last one is the default (the one the symlinks point at)
UBOOT_CONFIG = "ccmp13-dvk" UBOOT_CONFIG = "ccmp13-dvk"
UBOOT_CONFIG[ccmp13-dvk] = "ccmp13-dvk_defconfig,,u-boot-dtb.${UBOOT_SUFFIX}" UBOOT_CONFIG[ccmp13-dvk] = "ccmp13-dvk_defconfig,,u-boot.dtb"
# ========================================================================= # =========================================================================
# Machine settings # Machine settings
@ -108,7 +108,7 @@ ST_DEBUG_TRACE = "0"
# optee # optee
# ========================================================================= # =========================================================================
# Map OPTEE configuration to device tree list # Map OPTEE configuration to device tree list
OPTEE_CONF = "${STM32MP_DEVICETREE}" OPTEE_DEVICETREE_optee = "${STM32MP_DEVICETREE}"
# ========================================================================= # =========================================================================
# Flashlayouts # Flashlayouts

View File

@ -26,7 +26,7 @@ DEVICE_BOARD_ENABLE:SDCARD += "${@bb.utils.contains('BOOTDEVICE_LABELS', 'sdcard
# ========================================================================= # =========================================================================
# Last one is the default (the one the symlinks point at) # Last one is the default (the one the symlinks point at)
UBOOT_CONFIG = "ccmp15-dvk" UBOOT_CONFIG = "ccmp15-dvk"
UBOOT_CONFIG[ccmp15-dvk] = "ccmp15-dvk_defconfig,,u-boot-dtb.${UBOOT_SUFFIX}" UBOOT_CONFIG[ccmp15-dvk] = "ccmp15-dvk_defconfig,,u-boot.dtb"
# ========================================================================= # =========================================================================
# Machine settings # Machine settings
@ -122,7 +122,7 @@ ST_DEBUG_TRACE = "0"
# optee # optee
# ========================================================================= # =========================================================================
# Map OPTEE configuration to device tree list # Map OPTEE configuration to device tree list
OPTEE_CONF = "${STM32MP_DEVICETREE}" OPTEE_DEVICETREE_optee = "${STM32MP_DEVICETREE}"
# ========================================================================= # =========================================================================
# Flashlayouts # Flashlayouts