ccmp1: fix platform 'UBOOT_PREFIX' variable
Signed-off-by: David Escalona <david.escalona@digi.com>
This commit is contained in:
parent
a0bc831353
commit
76e2672b22
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue