From 5d263c77ecf62a16035b518883b3e895cb937b03 Mon Sep 17 00:00:00 2001 From: Mike Engel Date: Fri, 19 May 2023 09:58:14 +0200 Subject: [PATCH] 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 --- meta-digi-arm/conf/machine/ccmp13-dvk.conf | 2 +- meta-digi-arm/conf/machine/ccmp15-dvk.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-digi-arm/conf/machine/ccmp13-dvk.conf b/meta-digi-arm/conf/machine/ccmp13-dvk.conf index a968f92dc..57d726549 100644 --- a/meta-digi-arm/conf/machine/ccmp13-dvk.conf +++ b/meta-digi-arm/conf/machine/ccmp13-dvk.conf @@ -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" diff --git a/meta-digi-arm/conf/machine/ccmp15-dvk.conf b/meta-digi-arm/conf/machine/ccmp15-dvk.conf index 145c857a3..1adbffbcb 100644 --- a/meta-digi-arm/conf/machine/ccmp15-dvk.conf +++ b/meta-digi-arm/conf/machine/ccmp15-dvk.conf @@ -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"