treewide: Fix STMicroelectronics spelling

Fix STMicroelectronics spelling in comments.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
This commit is contained in:
Patrice Chotard
2025-07-28 15:08:31 +02:00
parent ab0127e2ce
commit 1cec03bb1f
3 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@
*
* Currently valid part Names are (PART):
* M_NAND - Micron NAND
* STNOR - STMicrolelctronics M29W128GL
* STNOR - STMicroelectronics M29W128GL
*/
#define GPMC_SIZE_256M 0x0
#define GPMC_SIZE_128M 0x8

View File

@@ -29,7 +29,7 @@
*
* Currently valid part Names are (PART):
* M_NAND - Micron NAND
* STNOR - STMicrolelctronics M29W128GL
* STNOR - STMicroelectronics M29W128GL
*/
#define GPMC_SIZE_256M 0x0
#define GPMC_SIZE_128M 0x8

View File

@@ -2,7 +2,7 @@
/*
* Copyright (C) 2022, STMicroelectronics - All Rights Reserved
*
* Configuration settings for the STMicroelectonics STM32MP25x boards
* Configuration settings for the STMicroelectronics STM32MP25x boards
*/
#ifndef __CONFIG_STM32MP25_ST_COMMON_H__