All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 5/6] novena: Remove empty reset_cpu()
Date: Mon,  2 Nov 2015 22:21:34 -0200	[thread overview]
Message-ID: <1446510095-14793-5-git-send-email-festevam@gmail.com> (raw)
In-Reply-To: <1446510095-14793-1-git-send-email-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: 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

  parent reply	other threads:[~2015-11-03  0:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Fabio Estevam [this message]
2015-11-03  0:32   ` [U-Boot] [PATCH 5/6] novena: " 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1446510095-14793-5-git-send-email-festevam@gmail.com \
    --to=festevam@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.