diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-11-02 22:21:35 -0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-11-12 17:26:33 +0100 |
commit | db4ecd1fe844b837c49287eaec96f03aeb7296bc (patch) | |
tree | dd8d4b6b95b81368681512e55972e9093a76774c /board/bachmann | |
parent | 115866c599d7efd54a7c24c7ab288b30e082ba5d (diff) | |
download | u-boot-db4ecd1fe844b837c49287eaec96f03aeb7296bc.tar.gz |
ot1200: Remove empty reset_cpu()
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>
Diffstat (limited to 'board/bachmann')
-rw-r--r-- | board/bachmann/ot1200/ot1200_spl.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/board/bachmann/ot1200/ot1200_spl.c b/board/bachmann/ot1200/ot1200_spl.c index 9c77fd3330..f651a40a49 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) -{ -} |