summaryrefslogtreecommitdiff
path: root/common/board_info.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/board_info.c')
-rw-r--r--common/board_info.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/common/board_info.c b/common/board_info.c
index e0f2d939220..3185793da4a 100644
--- a/common/board_info.c
+++ b/common/board_info.c
@@ -15,12 +15,6 @@ int __weak checkboard(void)
return 0;
}
-/*
- * Check sysinfo for board information. Failing that if the root node of the DTB
- * has a "model" property, show it.
- *
- * Then call checkboard().
- */
int __weak show_board_info(void)
{
if (IS_ENABLED(CONFIG_OF_CONTROL)) {