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:
parent
1085b73dcc
commit
d76a83fa38
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue