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:
26fbe9e
)
mx6slevk: Remove empty reset_cpu()
author
Fabio Estevam
<fabio.estevam@freescale.com>
Tue, 3 Nov 2015 00:21:31 +0000
(22:21 -0200)
committer
Stefano Babic
<sbabic@denx.de>
Thu, 12 Nov 2015 16:26:31 +0000
(17:26 +0100)
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
patch
|
blob
|
history
diff --git
a/board/freescale/mx6slevk/mx6slevk.c
b/board/freescale/mx6slevk/mx6slevk.c
index 6ba604e707532b01556ae72c2aa541d603c042f9..5eab4b54a8d56652f7c558e67f3ce415168cbb1f 100644
(file)
--- 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