Skip to content
Snippets Groups Projects
Commit 7287d5f0 authored by Marek Vasut's avatar Marek Vasut
Browse files

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: default avatarMarek Vasut <marex@denx.de>
Cc: Chin Liang See <clsee@opensource.altera.com>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Acked-by: default avatarPavel Machek <pavel@denx.de>
Acked-by: default avatarStefan Roese <sr@denx.de>
Cc: Vince Bridgers <vbridger@opensource.altera.com>
parent 758be453
No related branches found
No related tags found
No related merge requests found
...@@ -18,15 +18,6 @@ ...@@ -18,15 +18,6 @@
DECLARE_GLOBAL_DATA_PTR; 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 * Initialization function which happen at early stage of c code
*/ */
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
* High level configuration * High level configuration
*/ */
#define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_CPUINFO
#define CONFIG_DISPLAY_BOARDINFO #define CONFIG_DISPLAY_BOARDINFO_LATE
#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_EARLY_INIT_F
#define CONFIG_ARCH_EARLY_INIT_R #define CONFIG_ARCH_EARLY_INIT_R
#define CONFIG_SYS_NO_FLASH #define CONFIG_SYS_NO_FLASH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment