projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
115866c
)
ot1200: Remove empty reset_cpu()
author
Fabio Estevam
<fabio.estevam@freescale.com>
Tue, 3 Nov 2015 00:21:35 +0000
(22:21 -0200)
committer
Stefano Babic
<sbabic@denx.de>
Thu, 12 Nov 2015 16:26:33 +0000
(17:26 +0100)
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>
Acked-by: Christian Gmeiner <christian.gmeiner@gmail.com>
board/bachmann/ot1200/ot1200_spl.c
patch
|
blob
|
history
diff --git
a/board/bachmann/ot1200/ot1200_spl.c
b/board/bachmann/ot1200/ot1200_spl.c
index 9c77fd3330a72a535adfd068874afe44d116c63e..f651a40a49e272410a2114372feb2db8a15a9764 100644
(file)
--- 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)
-{
-}