diff options
author | Patrice Chotard <patrice.chotard@foss.st.com> | 2022-04-27 13:53:53 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@foss.st.com> | 2022-05-10 13:56:11 +0200 |
commit | 969bc0aecefdf58fc7467d862a8e0a49d05c0b21 (patch) | |
tree | e89be104940356ec8b24b17a2a0883fecb3a4567 | |
parent | 50f48340f0101ea5b13c1bc65af845e0abc9005d (diff) | |
download | u-boot-969bc0aecefdf58fc7467d862a8e0a49d05c0b21.zip u-boot-969bc0aecefdf58fc7467d862a8e0a49d05c0b21.tar.gz u-boot-969bc0aecefdf58fc7467d862a8e0a49d05c0b21.tar.bz2 |
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>
-rw-r--r-- | board/st/stm32f746-disco/MAINTAINERS | 1 | ||||
-rw-r--r-- | configs/stm32f769-disco_spl_defconfig (renamed from configs/stm32f769-disco_defconfig) | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/board/st/stm32f746-disco/MAINTAINERS b/board/st/stm32f746-disco/MAINTAINERS index 06d366e..68f61fd 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 diff --git a/configs/stm32f769-disco_defconfig b/configs/stm32f769-disco_spl_defconfig index f151dab..f151dab 100644 --- a/configs/stm32f769-disco_defconfig +++ b/configs/stm32f769-disco_spl_defconfig |