aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorDario Binacchi <dario.binacchi@amarulasolutions.com>2023-04-22 16:01:40 +0200
committerPatrice Chotard <patrice.chotard@foss.st.com>2023-06-16 11:25:25 +0200
commit6d9f86571d10309f00dc9a7f3d8b9882cfd23ce4 (patch)
treed214534ac41ca780e315f54dc7eeb2735c26f4e3 /include/configs
parent13e364b3d2647a6039c841a0c0ca5e6646ed7f1e (diff)
downloadu-boot-6d9f86571d10309f00dc9a7f3d8b9882cfd23ce4.zip
u-boot-6d9f86571d10309f00dc9a7f3d8b9882cfd23ce4.tar.gz
u-boot-6d9f86571d10309f00dc9a7f3d8b9882cfd23ce4.tar.bz2
configs: stm32f746-disco: remove a useless comment
Commit 8fc78fc73b7f9d ("configs: migrate CONFIG_BMP_16/24/32BPP to defconfigs") made the comment useless. Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/stm32f746-disco.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/stm32f746-disco.h b/include/configs/stm32f746-disco.h
index 34856d3..9bf01ca 100644
--- a/include/configs/stm32f746-disco.h
+++ b/include/configs/stm32f746-disco.h
@@ -36,6 +36,4 @@
#define CFG_SYS_UBOOT_BASE (CFG_SYS_FLASH_BASE + \
CONFIG_SPL_PAD_TO)
-/* For splashcreen */
-
#endif /* __CONFIG_H */