diff options
author | Patrice Chotard <patrice.chotard@foss.st.com> | 2022-04-27 13:53:59 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@foss.st.com> | 2022-05-10 13:56:12 +0200 |
commit | e9881a1e750025a6614efa8428b6b4e393b55c8f (patch) | |
tree | 58a4cdf6eee6f0b8493f315883158ddb671a995c /board/st | |
parent | 7aa4b4523f7c56b1b6407cbfb6ab3706f98e11c7 (diff) | |
download | u-boot-e9881a1e750025a6614efa8428b6b4e393b55c8f.tar.gz |
configs: stm32746g-eval: Add stm32746g-eval_defconfig
Add stm32746g-eval_defconfig for stm32746g evaluation board to
build U-Boot proper.
Full board description can be found here :
https://www.st.com/en/evaluation-tools/stm32746g-eval.html
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Diffstat (limited to 'board/st')
-rw-r--r-- | board/st/stm32f746-disco/MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/st/stm32f746-disco/MAINTAINERS b/board/st/stm32f746-disco/MAINTAINERS index 68f61fd5ff1..7f128a8b699 100644 --- a/board/st/stm32f746-disco/MAINTAINERS +++ b/board/st/stm32f746-disco/MAINTAINERS @@ -5,5 +5,6 @@ F: board/st/stm32f746-disco F: include/configs/stm32f746-disco.h F: configs/stm32f746-disco_defconfig F: configs/stm32f746-disco_spl_defconfig +F: configs/stm32746g-eval_defconfig F: configs/stm32f769-disco_defconfig F: configs/stm32f769-disco_spl_defconfig |