[U-Boot] [PATCH v2 14/30] arm: socfpga: arria10: remove board_init and s_init
Chee Tien Fong
tien.fong.chee at intel.com
Wed Dec 28 07:34:25 CET 2016
From: Dinh Nguyen <dinh.linux at gmail.com>
These functions are already in arch/arm/mach-socfpga/board.c
Signed-off-by: Dinh Nguyen <dinguyen at opensource.altera.com>
---
board/altera/arria10-socdk/socfpga.c | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/board/altera/arria10-socdk/socfpga.c b/board/altera/arria10-socdk/socfpga.c
index abedc22..8516633 100644
--- a/board/altera/arria10-socdk/socfpga.c
+++ b/board/altera/arria10-socdk/socfpga.c
@@ -5,20 +5,3 @@
*/
#include <common.h>
-#include <asm/io.h>
-
-DECLARE_GLOBAL_DATA_PTR;
-
-void s_init(void)
-{
-}
-
-/*
- * Miscellaneous platform dependent initialisations
- */
-int board_init(void)
-{
- /* Address of boot parameters for ATAG (if ATAG is used) */
- gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
- return 0;
-}
--
2.2.2
More information about the U-Boot
mailing list