Re: [PATCH v2 03/13] sandbox: start: Sort the header files

2022-03-10 Thread Tom Rini
On Fri, Mar 04, 2022 at 08:42:58AM -0700, Simon Glass wrote: > These header files don't follow the correct order. Fix this. > > Signed-off-by: Simon Glass Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2 03/13] sandbox: start: Sort the header files

2022-03-04 Thread Simon Glass
These header files don't follow the correct order. Fix this. Signed-off-by: Simon Glass --- (no changes since v1) arch/sandbox/cpu/start.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/sandbox/cpu/start.c b/arch/sandbox/cpu/start.c index 13b0731ec3..12aace9a20