diff options
| author | Simon Glass <[email protected]> | 2023-11-12 19:58:21 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-11-28 12:53:03 -0500 |
| commit | ef211ab252d7a45f033d59a90d8e0575ce1a0d2d (patch) | |
| tree | 07c2a754dcb64b4452b3fe708acd6e8a795ead29 /common | |
| parent | fafedff35015c8cca7c537b68deb57b22c3ead73 (diff) | |
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'common')
| -rw-r--r-- | common/board_info.c | 6 |
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)) { |
