diff options
| author | Tom Rini <[email protected]> | 2026-09-01 08:11:37 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-09-01 08:11:37 -0600 |
| commit | 4a4bcb0ada8d43390e2819e62f4baee723631f5d (patch) | |
| tree | 663b812791635c650733df56773fe97b7a3e40f9 /include | |
| parent | cd5bd0cb98ececd1e2eb69d0093e4940b25c9941 (diff) | |
| parent | 295f19cae3f4cbebdb8685e3fe063c983a46fd1d (diff) | |
Merge tag 'u-boot-stm32-20260901' of https://git.u-boot-project.org/u-boot/custodians/u-boot-stm into next
STM32MP1:
- Add stm32mp157f-dk2-u-boot.dtsi file
- use debug() for image entry point message
- spl: support loading U-Boot proper from eMMC hardware partitions
Various fixes:
- MAINTAINERS: Replace STM32 and STPMIC with N:
- treewide: Fix STMicroelectronics spelling
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/stm32mp21_st_common.h | 2 | ||||
| -rw-r--r-- | include/configs/stm32mp23_st_common.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/stm32mp21_st_common.h b/include/configs/stm32mp21_st_common.h index c601f2d7fb6..bca4c4b5337 100644 --- a/include/configs/stm32mp21_st_common.h +++ b/include/configs/stm32mp21_st_common.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2026, STMicroelectronics - All Rights Reserved * - * Configuration settings for the STMicroelectonics STM32MP21x boards + * Configuration settings for the STMicroelectronics STM32MP21x boards */ #ifndef __CONFIG_STM32MP21_ST_COMMON_H__ diff --git a/include/configs/stm32mp23_st_common.h b/include/configs/stm32mp23_st_common.h index 0c5c2fbef87..547c230ae90 100644 --- a/include/configs/stm32mp23_st_common.h +++ b/include/configs/stm32mp23_st_common.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2025, STMicroelectronics - All Rights Reserved * - * Configuration settings for the STMicroelectonics STM32MP23x boards + * Configuration settings for the STMicroelectronics STM32MP23x boards */ #ifndef __CONFIG_STM32MP23_ST_COMMON_H__ |
