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:
parent
4bdd4b0b56
commit
7ceebfbb1e
|
|
@ -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)
|
||||
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
|
||||
|
|
@ -108,7 +108,7 @@ ST_DEBUG_TRACE = "0"
|
|||
# optee
|
||||
# =========================================================================
|
||||
# Map OPTEE configuration to device tree list
|
||||
OPTEE_CONF = "${STM32MP_DEVICETREE}"
|
||||
OPTEE_DEVICETREE_optee = "${STM32MP_DEVICETREE}"
|
||||
|
||||
# =========================================================================
|
||||
# Flashlayouts
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
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
|
||||
|
|
@ -122,7 +122,7 @@ ST_DEBUG_TRACE = "0"
|
|||
# optee
|
||||
# =========================================================================
|
||||
# Map OPTEE configuration to device tree list
|
||||
OPTEE_CONF = "${STM32MP_DEVICETREE}"
|
||||
OPTEE_DEVICETREE_optee = "${STM32MP_DEVICETREE}"
|
||||
|
||||
# =========================================================================
|
||||
# Flashlayouts
|
||||
|
|
|
|||
Loading…
Reference in New Issue