diff options
| author | Ricardo Ribalda Delgado <[email protected]> | 2016-01-26 11:24:23 +0100 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2016-01-27 15:57:20 +0100 |
| commit | 7e5281fee4b6a1f1568aac396380feeaecbd349e (patch) | |
| tree | a7e983398db7304948e984fe247444017dc1fcee | |
| parent | 63053071b2d2c4c5bd3b2587812143eb8e4fe263 (diff) | |
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: Ricardo Ribalda Delgado <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Acked-by: Stefan Roese <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Reviewed-by: Michal Simek <[email protected]>
| -rw-r--r-- | board/xilinx/ppc440-generic/xilinx_ppc440_generic.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/xilinx/ppc440-generic/xilinx_ppc440_generic.c b/board/xilinx/ppc440-generic/xilinx_ppc440_generic.c index 52c63f20583..0e3ab94e31e 100644 --- a/board/xilinx/ppc440-generic/xilinx_ppc440_generic.c +++ b/board/xilinx/ppc440-generic/xilinx_ppc440_generic.c @@ -10,11 +10,6 @@ #include <common.h> #include <asm/processor.h> -int board_pre_init(void) -{ - return 0; -} - int checkboard(void) { puts("Xilinx PPC440 Generic Board\n"); |
