Re: [PATCH v4 41/45] sandbox: Correct header order in board file

2023-07-13 Thread Bin Meng
On Mon, Jun 19, 2023 at 8:02 PM Simon Glass wrote: > > Fix the header order in this file. > > Signed-off-by: Simon Glass > --- > > (no changes since v1) > > board/sandbox/sandbox.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > Reviewed-by: Bin Meng

[PATCH v4 41/45] sandbox: Correct header order in board file

2023-06-19 Thread Simon Glass
Fix the header order in this file. Signed-off-by: Simon Glass --- (no changes since v1) board/sandbox/sandbox.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/board/sandbox/sandbox.c b/board/sandbox/sandbox.c index c7b6cb78fff5..54c119daeeeb 100644 --- a/board/sandbo