ccmp1: don't execute task that generates flashlayout files
These are files for programming images with STM32CubeMX tool. We don't use the tool or the files. Remove the task to avoid build warnings. Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
parent
6aeedd19d5
commit
bda889282c
|
|
@ -64,3 +64,6 @@ TRUSTFENCE_CONSOLE_DISABLE ?= "0"
|
|||
|
||||
# Alternatively, uncommment to enable the console autoboot stop passphrase
|
||||
# TRUSTFENCE_CONSOLE_PASSPHRASE_ENABLE = ""
|
||||
|
||||
# Disable the generation of flashlayout files
|
||||
do_create_flashlayout_config[noexec] = "1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue