Skip to content
Snippets Groups Projects
Commit 7e5281fe authored by Ricardo Ribalda's avatar Ricardo Ribalda Committed by Michal Simek
Browse files

ppc: xilinx_ppc440_generic: Remove uncalled functions


board_pre_init was not called because CONFIG_BOARD_EARLY_INIT_F was not
set. Remove unused function.

Signed-off-by: default avatarRicardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
Acked-by: default avatarStefan Roese <sr@denx.de>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
Reviewed-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 63053071
No related branches found
No related tags found
No related merge requests found
...@@ -10,11 +10,6 @@ ...@@ -10,11 +10,6 @@
#include <common.h> #include <common.h>
#include <asm/processor.h> #include <asm/processor.h>
int board_pre_init(void)
{
return 0;
}
int checkboard(void) int checkboard(void)
{ {
puts("Xilinx PPC440 Generic Board\n"); puts("Xilinx PPC440 Generic Board\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment