Re: [PATCH 1/9] board: Move show_board_info() comment to header file

2023-11-16 Thread Tom Rini
On Sun, Nov 12, 2023 at 07:58:21PM -0700, Simon Glass wrote: > Move this comment to its prototype and tidy it up a bit. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

[PATCH 1/9] board: Move show_board_info() comment to header file

2023-11-12 Thread Simon Glass
Move this comment to its prototype and tidy it up a bit. Signed-off-by: Simon Glass --- common/board_info.c | 6 -- include/init.h | 11 +++ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/common/board_info.c b/common/board_info.c index