]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
treewide: Fix STMicroelectronics spelling
authorPatrice Chotard <patrice.chotard@foss.st.com>
Mon, 28 Jul 2025 13:08:31 +0000 (15:08 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 29 Jul 2025 15:02:32 +0000 (17:02 +0200)
Fix STMicroelectronics spelling in comments.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
arch/arm/include/asm/arch-am33xx/mem.h
arch/arm/include/asm/arch-omap5/mem.h
include/configs/stm32mp25_st_common.h

index 0fd52f82f59c22904ab29df3858508dd8f4b0980..316ec09318aae5e46d4b918eba4fe8b9d822f345 100644 (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
index bd72fb611d127707ae327a55202278702fd4348d..4f26daf1c436855f056108c4460e2a7a9d63250d 100644 (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
index ab5a4a91644f1cd14d7e9fd22b9ea0f1162034f3..cb679eb1be22ff382d14fddd07865965cb143b1b 100644 (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__