diff options
| author | Ricardo Ribalda Delgado <[email protected]> | 2016-01-26 11:24:22 +0100 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2016-01-27 15:57:20 +0100 |
| commit | 63053071b2d2c4c5bd3b2587812143eb8e4fe263 (patch) | |
| tree | 4e7f38cff27d3fcba2390a7bfb2ab2c398995c3c | |
| parent | 28e92109c7b2e3eb2820f7bb6c339ba0f42a2a01 (diff) | |
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 <[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/ppc405-generic/xilinx_ppc405_generic.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/xilinx/ppc405-generic/xilinx_ppc405_generic.c b/board/xilinx/ppc405-generic/xilinx_ppc405_generic.c index 5c19ac0e6a3..3729f07624a 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"); |
