mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
boot: Remove <common.h> and add needed includes
Remove <common.h> from all "boot/" files and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
c93cc8ed41
commit
c4b646d436
43 changed files with 6 additions and 43 deletions
|
@ -8,7 +8,6 @@
|
|||
|
||||
#define LOG_CATEGORY UCLASS_BOOTSTD
|
||||
|
||||
#include <common.h>
|
||||
#include <blk.h>
|
||||
#include <bootflow.h>
|
||||
#include <bootmeth.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue