mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
common: board_f: Sort includes
Includes should be sorted. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Mario Six <mario.six@gdsys.cc>
This commit is contained in:
parent
2c21749d71
commit
138181a550
1 changed files with 1 additions and 1 deletions
|
@ -11,8 +11,8 @@
|
|||
|
||||
#include <common.h>
|
||||
#include <console.h>
|
||||
#include <environment.h>
|
||||
#include <dm.h>
|
||||
#include <environment.h>
|
||||
#include <fdtdec.h>
|
||||
#include <fs.h>
|
||||
#include <i2c.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue