From: Ricardo Ribalda Delgado Date: Tue, 26 Jan 2016 10:24:22 +0000 (+0100) Subject: ppc: xilinx_ppc405_generic: Remove uncalled functions X-Git-Tag: v2016.03-rc1~46^2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=63053071b2d2c4c5bd3b2587812143eb8e4fe263;p=oweals%2Fu-boot.git ppc: xilinx_ppc405_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: Ricardo Ribalda Delgado Reviewed-by: Bin Meng Reviewed-by: Tom Rini Acked-by: Stefan Roese Signed-off-by: Michal Simek Reviewed-by: Michal Simek --- diff --git a/board/xilinx/ppc405-generic/xilinx_ppc405_generic.c b/board/xilinx/ppc405-generic/xilinx_ppc405_generic.c index 5c19ac0e6a..3729f07624 100644 --- a/board/xilinx/ppc405-generic/xilinx_ppc405_generic.c +++ b/board/xilinx/ppc405-generic/xilinx_ppc405_generic.c @@ -15,11 +15,6 @@ ulong get_PCI_freq(void) return 0; } -int board_pre_init(void) -{ - return 0; -} - int checkboard(void) { puts("Xilinx PPC405 Generic Board\n");