Revert "ccmp15: force set TRUSTFENCE_KEY_INDEX to "0""

Since ccmp15 and ccmp13 have a different workflow, this change is no longer necessary.
This reverts commit 1650cc973a.
This commit is contained in:
Arturo Buzarra 2023-08-30 08:50:03 +02:00
parent acd2ee22c1
commit 00c87360ad
1 changed files with 0 additions and 3 deletions

View File

@ -168,9 +168,6 @@ BOOTABLE_ARTIFACTS = " \
# TRUSTFENCE basic support # TRUSTFENCE basic support
# Alternatively, uncommment to enable the console with the specified GPIO # Alternatively, uncommment to enable the console with the specified GPIO
# TRUSTFENCE_CONSOLE_GPIO_ENABLE_NAME ?= "GPIOB6" # 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 # Default overlayfs_etc mount point and type
OVERLAYFS_ETC_MOUNT_POINT ?= "/mnt/data" OVERLAYFS_ETC_MOUNT_POINT ?= "/mnt/data"