diff options
| author | Patrice Chotard <[email protected]> | 2025-04-01 15:14:07 +0200 |
|---|---|---|
| committer | Patrice Chotard <[email protected]> | 2025-04-25 16:00:22 +0200 |
| commit | 69df7ff4b844fb22d02a941d57d8e6c2d6b679dc (patch) | |
| tree | a01cb5ba2aa4be0e548c527f6e9a37d0ca41b07d /board | |
| parent | 35f90f76f45b186251cd5da0b6f057e0382fb7db (diff) | |
configs: stm32: introduce stm32mp15-odyssey_defconfig
U-Boot DT for stm32mp157c-odyssey is richer than the kernel DT one.
None of the stm32mp157c-odyssey's contributors answered to my request
to update kernel DT and i didn't have this board to test.
The simpler is to add a dedicated stm32mp15-odyssey_defconfig with
OF_UPSTREAM flag unset.
Signed-off-by: Patrice Chotard <[email protected]>
Reviewed-by: Patrick Delaunay <[email protected]>
Diffstat (limited to 'board')
| -rw-r--r-- | board/st/stm32mp1/MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/st/stm32mp1/MAINTAINERS b/board/st/stm32mp1/MAINTAINERS index d5a09cdc39f..f924e61b3c0 100644 --- a/board/st/stm32mp1/MAINTAINERS +++ b/board/st/stm32mp1/MAINTAINERS @@ -1,5 +1,6 @@ STM32MP1 BOARD M: Patrick Delaunay <[email protected]> +M: Patrice Chotard <[email protected]> L: [email protected] (moderated for non-subscribers) T: git https://source.denx.de/u-boot/custodians/u-boot-stm.git S: Maintained @@ -10,6 +11,7 @@ F: configs/stm32mp13_defconfig F: configs/stm32mp15_defconfig F: configs/stm32mp15_basic_defconfig F: configs/stm32mp15_trusted_defconfig +F: configs/stm32mp15-odyssey_defconfig F: include/configs/stm32mp13_common.h F: include/configs/stm32mp13_st_common.h F: include/configs/stm32mp15_common.h |
