Re: [U-Boot] [PATCH v4 10/17] common: board_f: Sort includes

2018-09-28 Thread Simon Glass
On 6 August 2018 at 01:23, Mario Six wrote: > Includes should be sorted. > > Reviewed-by: Simon Glass > Signed-off-by: Mario Six > --- > > Notes: > v3 -> v4: > No changes > > v2 -> v3: > No changes > > v1 -> v2: > New in v2 > > common/board_f.c | 2 +- > 1 file changed,

[U-Boot] [PATCH v4 10/17] common: board_f: Sort includes

2018-08-06 Thread Mario Six
Includes should be sorted. Reviewed-by: Simon Glass Signed-off-by: Mario Six --- Notes: v3 -> v4: No changes v2 -> v3: No changes v1 -> v2: New in v2 common/board_f.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/board_f.c