ccmp1: fix platform 'UBOOT_PREFIX' variable

Signed-off-by: David Escalona <david.escalona@digi.com>
This commit is contained in:
David Escalona 2024-01-08 14:24:45 +01:00
parent a0bc831353
commit 76e2672b22
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ DIGI_FAMILY = "ccmp1"
TFA_SIGN_SUFFIX ?= "${@bb.utils.contains('TRUSTFENCE_SIGN', '1', '_signed', '', d)}" TFA_SIGN_SUFFIX ?= "${@bb.utils.contains('TRUSTFENCE_SIGN', '1', '_signed', '', d)}"
# Platform u-boot settings # Platform u-boot settings
UBOOT_PREFIX = "u-boot" UBOOT_PREFIX = "fip"
UBOOT_SUFFIX = "bin" UBOOT_SUFFIX = "bin"
# Set U-Boot FIP settings # Set U-Boot FIP settings
FIP_UBOOT_DTB = "u-boot" FIP_UBOOT_DTB = "u-boot"