From: Dario Binacchi Date: Sat, 22 Apr 2023 14:01:40 +0000 (+0200) Subject: configs: stm32f746-disco: remove a useless comment X-Git-Tag: v2023.10-rc1~32^2~14^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d9f86571d10309f00dc9a7f3d8b9882cfd23ce4;p=pandora-u-boot.git 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 Reviewed-by: Patrice Chotard Reviewed-by: Patrick Delaunay --- 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 */