diff options
Diffstat (limited to 'board/altera/socfpga/socfpga.c')
-rw-r--r-- | board/altera/socfpga/socfpga.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/board/altera/socfpga/socfpga.c b/board/altera/socfpga/socfpga.c index 459d82f351..2b2b63df51 100644 --- a/board/altera/socfpga/socfpga.c +++ b/board/altera/socfpga/socfpga.c @@ -19,15 +19,6 @@ DECLARE_GLOBAL_DATA_PTR; /* - * Print Board information - */ -int checkboard(void) -{ - puts("BOARD: Altera SoCFPGA Cyclone5 Board\n"); - return 0; -} - -/* * Initialization function which happen at early stage of c code */ int board_early_init_f(void) |