From ef211ab252d7a45f033d59a90d8e0575ce1a0d2d Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 12 Nov 2023 19:58:21 -0700 Subject: board: Move show_board_info() comment to header file Move this comment to its prototype and tidy it up a bit. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- common/board_info.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'common') 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)) { -- cgit v1.2.3