mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 11:44:31 +02:00
partition_table: fix make build for new "--secure [v1/v2]" argument
This commit is contained in:
@@ -21,7 +21,11 @@ endif
|
|||||||
PARTITION_SECURE_OPT :=
|
PARTITION_SECURE_OPT :=
|
||||||
ifdef CONFIG_SECURE_BOOT
|
ifdef CONFIG_SECURE_BOOT
|
||||||
ifndef CONFIG_SECURE_BOOT_ALLOW_SHORT_APP_PARTITION
|
ifndef CONFIG_SECURE_BOOT_ALLOW_SHORT_APP_PARTITION
|
||||||
PARTITION_SECURE_OPT += --secure
|
ifdef CONFIG_SECURE_BOOT_V2_ENABLED
|
||||||
|
PARTITION_SECURE_OPT += --secure v2
|
||||||
|
else
|
||||||
|
PARTITION_SECURE_OPT += --secure v1
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user