From d7a73038f5e912c4d088ee839d336bd0c8a4eb5f Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Tue, 30 Dec 2014 21:31:21 +0100 Subject: arm: socfpga: Zap board_early_init_f() Zap this unused empty function, no point in having it. Signed-off-by: Marek Vasut Cc: Chin Liang See Acked-by: Dinh Nguyen Acked-by: Pavel Machek Reviewed-by: Stefan Roese Cc: Vince Bridgers --- board/altera/socfpga/socfpga.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'board') diff --git a/board/altera/socfpga/socfpga.c b/board/altera/socfpga/socfpga.c index 2b2b63df51..20d221641b 100644 --- a/board/altera/socfpga/socfpga.c +++ b/board/altera/socfpga/socfpga.c @@ -18,14 +18,6 @@ DECLARE_GLOBAL_DATA_PTR; -/* - * Initialization function which happen at early stage of c code - */ -int board_early_init_f(void) -{ - return 0; -} - /* * Miscellaneous platform dependent initialisations */ -- cgit v1.2.1