diff options
author | Marek Vasut <marex@denx.de> | 2014-12-30 21:29:35 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-03-04 23:07:04 +0100 |
commit | 7287d5f091c97a38a8820b45aaee123d6bbef12f (patch) | |
tree | a4f717e4922f6ca22fa3685cafc08f39f55da327 /board | |
parent | 758be453dec8f29cf2b70a54be2bc178e097797c (diff) | |
download | u-boot-7287d5f091c97a38a8820b45aaee123d6bbef12f.tar.gz |
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 <marex@denx.de>
Cc: Chin Liang See <clsee@opensource.altera.com>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Acked-by: Pavel Machek <pavel@denx.de>
Acked-by: Stefan Roese <sr@denx.de>
Cc: Vince Bridgers <vbridger@opensource.altera.com>
Diffstat (limited to 'board')
-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) |