ccmp15: force set TRUSTFENCE_KEY_INDEX to "0"

The STM32MP15 SoC can only use one sign key.
Forcibly set TRUSTFENCE_KEY_INDEX on the machine conf so
that it cannot be overriden by mistake on the local.conf.

Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
Hector Palacios 2023-08-17 08:16:04 +02:00
parent 998598415a
commit 1650cc973a
1 changed files with 3 additions and 0 deletions

View File

@ -168,6 +168,9 @@ BOOTABLE_ARTIFACTS = " \
# TRUSTFENCE basic support
# Alternatively, uncommment to enable the console with the specified GPIO
# TRUSTFENCE_CONSOLE_GPIO_ENABLE_NAME ?= "GPIOB6"
#
# The CCMP15 can only use key 0. This setting cannot be overriden.
TRUSTFENCE_KEY_INDEX = "0"
# Default overlayfs_etc mount point and type
OVERLAYFS_ETC_MOUNT_POINT ?= "/mnt/data"