ccmp1: fix default BOOTDEVICE_LABELS and set default BOOTSCHEME_LABELS

BOOTDEVICE_LABELS defines the supported boot device (NAND by default).
BOOTSCHEME_LABELS defines the which kind of boot is supported.

Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
Hector Palacios 2023-09-07 09:30:28 +02:00
parent 1085b73dcc
commit d76a83fa38
1 changed files with 3 additions and 1 deletions

View File

@ -46,7 +46,9 @@ MACHINE_EXTRA_RDEPENDS += " \
IMAGE_FSTYPES:remove = "ext4 tar.xz"
# List of supported boot devices
BOOTDEVICE_LABELS ?= "sdcard"
BOOTDEVICE_LABELS ?= "nand-4-256"
# Supported boot schemes
BOOTSCHEME_LABELS ?= "optee"
# Wic files
WKS_FILE += "ccmp1.wks.in"