All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mx6sabresd: Remove unneeded checkboard()
@ 2020-12-14 17:32 Fabio Estevam
  2020-12-15  1:46 ` Peng Fan
  2020-12-26 15:53 ` sbabic at denx.de
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2020-12-14 17:32 UTC (permalink / raw)
  To: u-boot

After the conversion to device tree the board information becomes
redundant:

Model: Freescale i.MX6 Quad Plus SABRE Smart Device Board
Board: MX6-SabreSD

Remove the printing of the board information.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 board/freescale/mx6sabresd/mx6sabresd.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/board/freescale/mx6sabresd/mx6sabresd.c b/board/freescale/mx6sabresd/mx6sabresd.c
index 0d343da519fd..9a176f471182 100644
--- a/board/freescale/mx6sabresd/mx6sabresd.c
+++ b/board/freescale/mx6sabresd/mx6sabresd.c
@@ -575,12 +575,6 @@ int board_late_init(void)
 	return 0;
 }
 
-int checkboard(void)
-{
-	puts("Board: MX6-SabreSD\n");
-	return 0;
-}
-
 #ifdef CONFIG_SPL_BUILD
 #include <asm/arch/mx6-ddr.h>
 #include <spl.h>
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] mx6sabresd: Remove unneeded checkboard()
  2020-12-14 17:32 [PATCH] mx6sabresd: Remove unneeded checkboard() Fabio Estevam
@ 2020-12-15  1:46 ` Peng Fan
  2020-12-26 15:53 ` sbabic at denx.de
  1 sibling, 0 replies; 3+ messages in thread
From: Peng Fan @ 2020-12-15  1:46 UTC (permalink / raw)
  To: u-boot

> Subject: [PATCH] mx6sabresd: Remove unneeded checkboard()
> 
> After the conversion to device tree the board information becomes
> redundant:
> 
> Model: Freescale i.MX6 Quad Plus SABRE Smart Device Board
> Board: MX6-SabreSD
> 
> Remove the printing of the board information.
> 
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
>  board/freescale/mx6sabresd/mx6sabresd.c | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/board/freescale/mx6sabresd/mx6sabresd.c
> b/board/freescale/mx6sabresd/mx6sabresd.c
> index 0d343da519fd..9a176f471182 100644
> --- a/board/freescale/mx6sabresd/mx6sabresd.c
> +++ b/board/freescale/mx6sabresd/mx6sabresd.c
> @@ -575,12 +575,6 @@ int board_late_init(void)
>  	return 0;
>  }
> 
> -int checkboard(void)
> -{
> -	puts("Board: MX6-SabreSD\n");
> -	return 0;
> -}
> -
>  #ifdef CONFIG_SPL_BUILD
>  #include <asm/arch/mx6-ddr.h>
>  #include <spl.h>
> --

Reviewed-by: Peng Fan <peng.fan@nxp.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] mx6sabresd: Remove unneeded checkboard()
  2020-12-14 17:32 [PATCH] mx6sabresd: Remove unneeded checkboard() Fabio Estevam
  2020-12-15  1:46 ` Peng Fan
@ 2020-12-26 15:53 ` sbabic at denx.de
  1 sibling, 0 replies; 3+ messages in thread
From: sbabic at denx.de @ 2020-12-26 15:53 UTC (permalink / raw)
  To: u-boot

> After the conversion to device tree the board information becomes
> redundant:
> Model: Freescale i.MX6 Quad Plus SABRE Smart Device Board
> Board: MX6-SabreSD
> Remove the printing of the board information.
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> Reviewed-by: Peng Fan <peng.fan@nxp.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-26 15:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-14 17:32 [PATCH] mx6sabresd: Remove unneeded checkboard() Fabio Estevam
2020-12-15  1:46 ` Peng Fan
2020-12-26 15:53 ` sbabic at denx.de

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.