All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/6] mx6sabresd: Remove empty reset_cpu()
@ 2015-11-03  0:21 Fabio Estevam
  2015-11-03  0:21 ` [U-Boot] [PATCH 2/6] mx6slevk: " Fabio Estevam
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Fabio Estevam @ 2015-11-03  0:21 UTC (permalink / raw)
  To: u-boot

From: Fabio Estevam <fabio.estevam@freescale.com>

There is really no need to provide an empty reset_cpu() implementation,
so just remove it.

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

diff --git a/board/freescale/mx6sabresd/mx6sabresd.c b/board/freescale/mx6sabresd/mx6sabresd.c
index 5644167..de2561d 100644
--- a/board/freescale/mx6sabresd/mx6sabresd.c
+++ b/board/freescale/mx6sabresd/mx6sabresd.c
@@ -857,8 +857,4 @@ void board_init_f(ulong dummy)
 	/* load/boot image from boot device */
 	board_init_r(NULL, 0);
 }
-
-void reset_cpu(ulong addr)
-{
-}
 #endif
-- 
1.9.1

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

* [U-Boot] [PATCH 2/6] mx6slevk: Remove empty reset_cpu()
  2015-11-03  0:21 [U-Boot] [PATCH 1/6] mx6sabresd: Remove empty reset_cpu() Fabio Estevam
@ 2015-11-03  0:21 ` Fabio Estevam
  2015-11-03  0:21 ` [U-Boot] [PATCH 3/6] mx6sxsabresd: " Fabio Estevam
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: Fabio Estevam @ 2015-11-03  0:21 UTC (permalink / raw)
  To: u-boot

From: Fabio Estevam <fabio.estevam@freescale.com>

There is really no need to provide an empty reset_cpu() implementation,
so just remove it.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 board/freescale/mx6slevk/mx6slevk.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/board/freescale/mx6slevk/mx6slevk.c b/board/freescale/mx6slevk/mx6slevk.c
index 6ba604e..5eab4b5 100644
--- a/board/freescale/mx6slevk/mx6slevk.c
+++ b/board/freescale/mx6slevk/mx6slevk.c
@@ -520,8 +520,4 @@ void board_init_f(ulong dummy)
 	/* load/boot image from boot device */
 	board_init_r(NULL, 0);
 }
-
-void reset_cpu(ulong addr)
-{
-}
 #endif
-- 
1.9.1

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

* [U-Boot] [PATCH 3/6] mx6sxsabresd: Remove empty reset_cpu()
  2015-11-03  0:21 [U-Boot] [PATCH 1/6] mx6sabresd: Remove empty reset_cpu() Fabio Estevam
  2015-11-03  0:21 ` [U-Boot] [PATCH 2/6] mx6slevk: " Fabio Estevam
@ 2015-11-03  0:21 ` Fabio Estevam
  2015-11-03  0:21 ` [U-Boot] [PATCH 4/6] mx6ul_14x14_evk: " Fabio Estevam
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: Fabio Estevam @ 2015-11-03  0:21 UTC (permalink / raw)
  To: u-boot

From: Fabio Estevam <fabio.estevam@freescale.com>

There is really no need to provide an empty reset_cpu() implementation,
so just remove it.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 board/freescale/mx6sxsabresd/mx6sxsabresd.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/board/freescale/mx6sxsabresd/mx6sxsabresd.c b/board/freescale/mx6sxsabresd/mx6sxsabresd.c
index b9af7e7..3ee4662 100644
--- a/board/freescale/mx6sxsabresd/mx6sxsabresd.c
+++ b/board/freescale/mx6sxsabresd/mx6sxsabresd.c
@@ -598,8 +598,4 @@ void board_init_f(ulong dummy)
 	/* load/boot image from boot device */
 	board_init_r(NULL, 0);
 }
-
-void reset_cpu(ulong addr)
-{
-}
 #endif
-- 
1.9.1

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

* [U-Boot] [PATCH 4/6] mx6ul_14x14_evk: Remove empty reset_cpu()
  2015-11-03  0:21 [U-Boot] [PATCH 1/6] mx6sabresd: Remove empty reset_cpu() Fabio Estevam
  2015-11-03  0:21 ` [U-Boot] [PATCH 2/6] mx6slevk: " Fabio Estevam
  2015-11-03  0:21 ` [U-Boot] [PATCH 3/6] mx6sxsabresd: " Fabio Estevam
@ 2015-11-03  0:21 ` Fabio Estevam
  2015-11-03  0:21 ` [U-Boot] [PATCH 5/6] novena: " Fabio Estevam
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: Fabio Estevam @ 2015-11-03  0:21 UTC (permalink / raw)
  To: u-boot

From: Fabio Estevam <fabio.estevam@freescale.com>

There is really no need to provide an empty reset_cpu() implementation,
so just remove it.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c b/board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c
index 8650f35..1a9c1e9 100644
--- a/board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c
+++ b/board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c
@@ -811,8 +811,4 @@ void board_init_f(ulong dummy)
 	/* load/boot image from boot device */
 	board_init_r(NULL, 0);
 }
-
-void reset_cpu(ulong addr)
-{
-}
 #endif
-- 
1.9.1

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

* [U-Boot] [PATCH 5/6] novena: Remove empty reset_cpu()
  2015-11-03  0:21 [U-Boot] [PATCH 1/6] mx6sabresd: Remove empty reset_cpu() Fabio Estevam
                   ` (2 preceding siblings ...)
  2015-11-03  0:21 ` [U-Boot] [PATCH 4/6] mx6ul_14x14_evk: " Fabio Estevam
@ 2015-11-03  0:21 ` Fabio Estevam
  2015-11-03  0:32   ` Marek Vasut
  2015-11-03  0:21 ` [U-Boot] [PATCH 6/6] ot1200: " Fabio Estevam
  2015-11-03  8:28 ` [U-Boot] [PATCH 1/6] mx6sabresd: " Stefano Babic
  5 siblings, 1 reply; 9+ messages in thread
From: Fabio Estevam @ 2015-11-03  0:21 UTC (permalink / raw)
  To: u-boot

From: Fabio Estevam <fabio.estevam@freescale.com>

There is really no need to provide an empty reset_cpu() implementation,
so just remove it.

Cc: Marek Vasut <marex@denx.de>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 board/kosagi/novena/novena_spl.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/board/kosagi/novena/novena_spl.c b/board/kosagi/novena/novena_spl.c
index b1688e0..eb46265 100644
--- a/board/kosagi/novena/novena_spl.c
+++ b/board/kosagi/novena/novena_spl.c
@@ -607,7 +607,3 @@ void board_init_f(ulong dummy)
 	/* load/boot image from boot device */
 	board_init_r(NULL, 0);
 }
-
-void reset_cpu(ulong addr)
-{
-}
-- 
1.9.1

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

* [U-Boot] [PATCH 6/6] ot1200: Remove empty reset_cpu()
  2015-11-03  0:21 [U-Boot] [PATCH 1/6] mx6sabresd: Remove empty reset_cpu() Fabio Estevam
                   ` (3 preceding siblings ...)
  2015-11-03  0:21 ` [U-Boot] [PATCH 5/6] novena: " Fabio Estevam
@ 2015-11-03  0:21 ` Fabio Estevam
  2015-11-03  8:29   ` Christian Gmeiner
  2015-11-03  8:28 ` [U-Boot] [PATCH 1/6] mx6sabresd: " Stefano Babic
  5 siblings, 1 reply; 9+ messages in thread
From: Fabio Estevam @ 2015-11-03  0:21 UTC (permalink / raw)
  To: u-boot

From: Fabio Estevam <fabio.estevam@freescale.com>

There is really no need to provide an empty reset_cpu() implementation,
so just remove it.

Cc: Christian Gmeiner <christian.gmeiner@gmail.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 board/bachmann/ot1200/ot1200_spl.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/board/bachmann/ot1200/ot1200_spl.c b/board/bachmann/ot1200/ot1200_spl.c
index 9c77fd3..f651a40 100644
--- a/board/bachmann/ot1200/ot1200_spl.c
+++ b/board/bachmann/ot1200/ot1200_spl.c
@@ -156,7 +156,3 @@ void board_init_f(ulong dummy)
 	/* load/boot image from boot device */
 	board_init_r(NULL, 0);
 }
-
-void reset_cpu(ulong addr)
-{
-}
-- 
1.9.1

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

* [U-Boot] [PATCH 5/6] novena: Remove empty reset_cpu()
  2015-11-03  0:21 ` [U-Boot] [PATCH 5/6] novena: " Fabio Estevam
@ 2015-11-03  0:32   ` Marek Vasut
  0 siblings, 0 replies; 9+ messages in thread
From: Marek Vasut @ 2015-11-03  0:32 UTC (permalink / raw)
  To: u-boot

On Tuesday, November 03, 2015 at 01:21:34 AM, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
> 
> There is really no need to provide an empty reset_cpu() implementation,
> so just remove it.
> 
> Cc: Marek Vasut <marex@denx.de>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>

Right, probably some obscure remnant from times long past.

Acked-by: Marek Vasut <marex@denx.de>

Best regards,
Marek Vasut

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

* [U-Boot] [PATCH 1/6] mx6sabresd: Remove empty reset_cpu()
  2015-11-03  0:21 [U-Boot] [PATCH 1/6] mx6sabresd: Remove empty reset_cpu() Fabio Estevam
                   ` (4 preceding siblings ...)
  2015-11-03  0:21 ` [U-Boot] [PATCH 6/6] ot1200: " Fabio Estevam
@ 2015-11-03  8:28 ` Stefano Babic
  5 siblings, 0 replies; 9+ messages in thread
From: Stefano Babic @ 2015-11-03  8:28 UTC (permalink / raw)
  To: u-boot

On 03/11/2015 01:21, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
> 
> There is really no need to provide an empty reset_cpu() implementation,
> so just remove it.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
>  board/freescale/mx6sabresd/mx6sabresd.c | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/board/freescale/mx6sabresd/mx6sabresd.c b/board/freescale/mx6sabresd/mx6sabresd.c
> index 5644167..de2561d 100644
> --- a/board/freescale/mx6sabresd/mx6sabresd.c
> +++ b/board/freescale/mx6sabresd/mx6sabresd.c
> @@ -857,8 +857,4 @@ void board_init_f(ulong dummy)
>  	/* load/boot image from boot device */
>  	board_init_r(NULL, 0);
>  }
> -
> -void reset_cpu(ulong addr)
> -{
> -}
>  #endif
> 

Thanks for series - this is dead code.

Reviewed-by: Stefano Babic <sbabic@denx.de>

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] 9+ messages in thread

* [U-Boot] [PATCH 6/6] ot1200: Remove empty reset_cpu()
  2015-11-03  0:21 ` [U-Boot] [PATCH 6/6] ot1200: " Fabio Estevam
@ 2015-11-03  8:29   ` Christian Gmeiner
  0 siblings, 0 replies; 9+ messages in thread
From: Christian Gmeiner @ 2015-11-03  8:29 UTC (permalink / raw)
  To: u-boot

2015-11-03 1:21 GMT+01:00 Fabio Estevam <festevam@gmail.com>:
> From: Fabio Estevam <fabio.estevam@freescale.com>
>
> There is really no need to provide an empty reset_cpu() implementation,
> so just remove it.
>
> Cc: Christian Gmeiner <christian.gmeiner@gmail.com>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
>  board/bachmann/ot1200/ot1200_spl.c | 4 ----
>  1 file changed, 4 deletions(-)
>
> diff --git a/board/bachmann/ot1200/ot1200_spl.c b/board/bachmann/ot1200/ot1200_spl.c
> index 9c77fd3..f651a40 100644
> --- a/board/bachmann/ot1200/ot1200_spl.c
> +++ b/board/bachmann/ot1200/ot1200_spl.c
> @@ -156,7 +156,3 @@ void board_init_f(ulong dummy)
>         /* load/boot image from boot device */
>         board_init_r(NULL, 0);
>  }
> -
> -void reset_cpu(ulong addr)
> -{
> -}
> --
> 1.9.1
>

Acked-by: Christian Gmeiner <christian.gmeiner@gmail.com>

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

end of thread, other threads:[~2015-11-03  8:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-03  0:21 [U-Boot] [PATCH 1/6] mx6sabresd: Remove empty reset_cpu() Fabio Estevam
2015-11-03  0:21 ` [U-Boot] [PATCH 2/6] mx6slevk: " Fabio Estevam
2015-11-03  0:21 ` [U-Boot] [PATCH 3/6] mx6sxsabresd: " Fabio Estevam
2015-11-03  0:21 ` [U-Boot] [PATCH 4/6] mx6ul_14x14_evk: " Fabio Estevam
2015-11-03  0:21 ` [U-Boot] [PATCH 5/6] novena: " Fabio Estevam
2015-11-03  0:32   ` Marek Vasut
2015-11-03  0:21 ` [U-Boot] [PATCH 6/6] ot1200: " Fabio Estevam
2015-11-03  8:29   ` Christian Gmeiner
2015-11-03  8:28 ` [U-Boot] [PATCH 1/6] mx6sabresd: " Stefano Babic

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.