machine: swap ccmp15/13 console GPIO enable pins

This commit swaps the GPIO pin used to enable
serial console when secure console is activated.

Signed-off-by: Mike Engel <Mike.Engel@digi.com>
This commit is contained in:
Mike Engel 2023-05-19 09:58:14 +02:00
parent e679d3821d
commit 5d263c77ec
2 changed files with 2 additions and 2 deletions

View File

@ -162,4 +162,4 @@ BOOTABLE_ARTIFACTS = " \
# TRUSTFENCE basic support
# Alternatively, uncommment to enable the console with the specified GPIO
# TRUSTFENCE_CONSOLE_GPIO_ENABLE_NAME ?= "GPIOB6"
# TRUSTFENCE_CONSOLE_GPIO_ENABLE_NAME ?= "GPIOA5"

View File

@ -166,4 +166,4 @@ BOOTABLE_ARTIFACTS = " \
# TRUSTFENCE basic support
# Alternatively, uncommment to enable the console with the specified GPIO
# TRUSTFENCE_CONSOLE_GPIO_ENABLE_NAME ?= "GPIOA5"
# TRUSTFENCE_CONSOLE_GPIO_ENABLE_NAME ?= "GPIOB6"