summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDario Binacchi <[email protected]>2023-04-22 16:01:40 +0200
committerPatrice Chotard <[email protected]>2023-06-16 11:25:25 +0200
commit6d9f86571d10309f00dc9a7f3d8b9882cfd23ce4 (patch)
treed214534ac41ca780e315f54dc7eeb2735c26f4e3 /include
parent13e364b3d2647a6039c841a0c0ca5e6646ed7f1e (diff)
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 <[email protected]> Reviewed-by: Patrice Chotard <[email protected]> Reviewed-by: Patrick Delaunay <[email protected]>
Diffstat (limited to 'include')
-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 34856d30040..9bf01cac47a 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 */