diff options
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2022-05-20 18:24:53 +0200 |
---|---|---|
committer | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2022-06-17 10:41:16 +0200 |
commit | 11517ccc8c52424cafcf25de38a91ea06fc430e6 (patch) | |
tree | 6c22f11da4944c2d8853e061d8c9068b7b4354cb /board/st | |
parent | 44abcf6060db33e1f567dead02df92fecc01f299 (diff) | |
download | u-boot-11517ccc8c52424cafcf25de38a91ea06fc430e6.tar.gz u-boot-11517ccc8c52424cafcf25de38a91ea06fc430e6.tar.bz2 u-boot-11517ccc8c52424cafcf25de38a91ea06fc430e6.zip |
configs: add stm32mp13 defconfig
Add a initial config for STM32M13x SOC family, using the stm32mp135f-dk
device tree.
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Diffstat (limited to 'board/st')
-rw-r--r-- | board/st/stm32mp1/MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/st/stm32mp1/MAINTAINERS b/board/st/stm32mp1/MAINTAINERS index c9252e90f4..d5a09cdc39 100644 --- a/board/st/stm32mp1/MAINTAINERS +++ b/board/st/stm32mp1/MAINTAINERS @@ -6,6 +6,7 @@ S: Maintained F: arch/arm/dts/stm32mp13* F: arch/arm/dts/stm32mp15* F: board/st/stm32mp1/ +F: configs/stm32mp13_defconfig F: configs/stm32mp15_defconfig F: configs/stm32mp15_basic_defconfig F: configs/stm32mp15_trusted_defconfig |