From f2c84ca11de5df5df9172041808adf3261b64ed6 Mon Sep 17 00:00:00 2001 From: Lionel VITTE Date: Wed, 23 Nov 2022 14:03:33 +0100 Subject: [PATCH] MACHINE: update description according to the DT Change-Id: I0b39912cb24ef218934ce8a2f422456013d15ae4 Signed-off-by: Lionel VITTE --- conf/machine/stm32mp15-disco.conf | 2 +- conf/machine/stm32mp15-eval.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/stm32mp15-disco.conf b/conf/machine/stm32mp15-disco.conf index d69ddbf..7481add 100644 --- a/conf/machine/stm32mp15-disco.conf +++ b/conf/machine/stm32mp15-disco.conf @@ -1,6 +1,6 @@ #@TYPE: Machine #@NAME: stm32mp15-disco -#@DESCRIPTION: [EXAMPLE] STM32MP157C-DK2 board ONLY with Optee boot and SDcard support +#@DESCRIPTION: [EXAMPLE] STM32MP157F-DK2 board ONLY with Optee boot and SDcard support #@NEEDED_BSPLAYERS: layers/meta-openembedded/meta-oe layers/meta-openembedded/meta-python include conf/machine/include/st-machine-common-stm32mp.inc diff --git a/conf/machine/stm32mp15-eval.conf b/conf/machine/stm32mp15-eval.conf index 71f7cb3..b795231 100644 --- a/conf/machine/stm32mp15-eval.conf +++ b/conf/machine/stm32mp15-eval.conf @@ -1,6 +1,6 @@ #@TYPE: Machine #@NAME: stm32mp15-eval -#@DESCRIPTION: [EXAMPLE] STM32MP157C-EV1 board ONLY with Trusted boot and SDcard support +#@DESCRIPTION: [EXAMPLE] STM32MP157F-EV1 board ONLY with Trusted boot and SDcard support #@NEEDED_BSPLAYERS: layers/meta-openembedded/meta-oe layers/meta-openembedded/meta-python include conf/machine/include/st-machine-common-stm32mp.inc