diff options
author | Patrice Chotard | 2022-04-27 13:53:53 +0200 |
---|---|---|
committer | Patrice Chotard | 2022-05-10 13:56:11 +0200 |
commit | 969bc0aecefdf58fc7467d862a8e0a49d05c0b21 (patch) | |
tree | e89be104940356ec8b24b17a2a0883fecb3a4567 /board | |
parent | 50f48340f0101ea5b13c1bc65af845e0abc9005d (diff) |
configs: stm32f769-disco: Rename stm32f769-disco_defconfig to stm32f769-disco_spl_defconfig
The current stm32f769-disco_defconfig file supports SPL, rename it to
stm32f769-disco_spl_defconfig to reflect the supported configuration.
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Diffstat (limited to 'board')
-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 06d366e8a20..68f61fd5ff1 100644 --- a/board/st/stm32f746-disco/MAINTAINERS +++ b/board/st/stm32f746-disco/MAINTAINERS @@ -6,3 +6,4 @@ F: include/configs/stm32f746-disco.h F: configs/stm32f746-disco_defconfig F: configs/stm32f746-disco_spl_defconfig F: configs/stm32f769-disco_defconfig +F: configs/stm32f769-disco_spl_defconfig |