mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
sandbox: Correct header order in board file
Fix the header order in this file. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
f9ebfd7c7a
commit
f52a7f0537
1 changed files with 3 additions and 3 deletions
|
@ -11,16 +11,16 @@
|
|||
#include <efi.h>
|
||||
#include <efi_loader.h>
|
||||
#include <env_internal.h>
|
||||
#include <extension_board.h>
|
||||
#include <init.h>
|
||||
#include <led.h>
|
||||
#include <malloc.h>
|
||||
#include <os.h>
|
||||
#include <asm/global_data.h>
|
||||
#include <asm/test.h>
|
||||
#include <asm/u-boot-sandbox.h>
|
||||
#include <linux/kernel.h>
|
||||
#include <malloc.h>
|
||||
|
||||
#include <extension_board.h>
|
||||
#include <linux/sizes.h>
|
||||
|
||||
/*
|
||||
* Pointer to initial global data area
|
||||
|
|
Loading…
Reference in a new issue