From 7287d5f091c97a38a8820b45aaee123d6bbef12f Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Tue, 30 Dec 2014 21:29:35 +0100 Subject: arm: socfpga: Zap checkboard() Since all boards now have a DT, instead of hard-coding the board name into the U-Boot binary, read the board name from DT "model" property. Signed-off-by: Marek Vasut Cc: Chin Liang See Cc: Dinh Nguyen Acked-by: Pavel Machek Acked-by: Stefan Roese Cc: Vince Bridgers --- board/altera/socfpga/socfpga.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'board/altera') 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 @@ -18,15 +18,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 */ -- cgit v1.2.3