]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
mx6sabresd: Remove empty reset_cpu()
authorFabio Estevam <fabio.estevam@freescale.com>
Tue, 3 Nov 2015 00:21:30 +0000 (22:21 -0200)
committerStefano Babic <sbabic@denx.de>
Thu, 12 Nov 2015 16:26:30 +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>
Reviewed-by: Stefano Babic <sbabic@denx.de>
board/freescale/mx6sabresd/mx6sabresd.c

index 5b0b83e98771a7c4d4ebcff8b82dfe320022378f..581c9d5560d0a6821f6c1730002419bb484c5a3b 100644 (file)
@@ -914,8 +914,4 @@ void board_init_f(ulong dummy)
        /* load/boot image from boot device */
        board_init_r(NULL, 0);
 }
-
-void reset_cpu(ulong addr)
-{
-}
 #endif