Re: [PATCH] configs: stm32f746-disco: remove a useless comment

2023-06-16 Thread Patrice CHOTARD



On 4/22/23 16:01, Dario Binacchi wrote:
> Commit 8fc78fc73b7f9d ("configs: migrate CONFIG_BMP_16/24/32BPP to 
> defconfigs")
> made the comment useless.
> 
> Signed-off-by: Dario Binacchi 
> ---
> 
>  include/configs/stm32f746-disco.h | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/include/configs/stm32f746-disco.h 
> b/include/configs/stm32f746-disco.h
> index 34856d300403..9bf01cac47a4 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 */

Applied to u-boot-stm/next

Thanks
Patrice


Re: [PATCH] configs: stm32f746-disco: remove a useless comment

2023-04-24 Thread Patrick DELAUNAY

Hi,

On 4/22/23 16:01, Dario Binacchi wrote:

Commit 8fc78fc73b7f9d ("configs: migrate CONFIG_BMP_16/24/32BPP to defconfigs")
made the comment useless.

Signed-off-by: Dario Binacchi 
---

  include/configs/stm32f746-disco.h | 2 --
  1 file changed, 2 deletions(-)

diff --git a/include/configs/stm32f746-disco.h 
b/include/configs/stm32f746-disco.h
index 34856d300403..9bf01cac47a4 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 */



Reviewed-by: Patrick Delaunay 

Thanks
Patrick




Re: [PATCH] configs: stm32f746-disco: remove a useless comment

2023-04-23 Thread Patrice CHOTARD
Hi Dario

On 4/22/23 16:01, Dario Binacchi wrote:
> Commit 8fc78fc73b7f9d ("configs: migrate CONFIG_BMP_16/24/32BPP to 
> defconfigs")
> made the comment useless.
> 
> Signed-off-by: Dario Binacchi 
> ---
> 
>  include/configs/stm32f746-disco.h | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/include/configs/stm32f746-disco.h 
> b/include/configs/stm32f746-disco.h
> index 34856d300403..9bf01cac47a4 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 */

Reviewed-by: Patrice Chotard 

Thanks
Patrice


[PATCH] configs: stm32f746-disco: remove a useless comment

2023-04-22 Thread Dario Binacchi
Commit 8fc78fc73b7f9d ("configs: migrate CONFIG_BMP_16/24/32BPP to defconfigs")
made the comment useless.

Signed-off-by: Dario Binacchi 
---

 include/configs/stm32f746-disco.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/configs/stm32f746-disco.h 
b/include/configs/stm32f746-disco.h
index 34856d300403..9bf01cac47a4 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 */
-- 
2.32.0