1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-23 16:05:21 +01:00

board: emulation: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2024-04-30 20:41:44 -06:00
parent 521043f324
commit 2f6a5bd8a4
5 changed files with 2 additions and 5 deletions

View File

@@ -3,7 +3,6 @@
* Copyright (c) 2020 Linaro Limited
*/
#include <common.h>
#include <dfu.h>
#include <env.h>
#include <memalign.h>

View File

@@ -3,7 +3,6 @@
* Copyright (c) 2020 Linaro Limited
*/
#include <common.h>
#include <dm.h>
#include <mtd.h>

View File

@@ -3,7 +3,7 @@
* Copyright (c) 2017 Tuomas Tynkkynen
*/
#include <common.h>
#include <config.h>
#include <cpu_func.h>
#include <dm.h>
#include <efi.h>

View File

@@ -4,7 +4,7 @@
* Copyright (C) 2021, Bin Meng <bmeng.cn@gmail.com>
*/
#include <common.h>
#include <config.h>
#include <command.h>
#include <cpu_func.h>
#include <dm.h>

View File

@@ -3,7 +3,6 @@
* Copyright (C) 2018, Bin Meng <bmeng.cn@gmail.com>
*/
#include <common.h>
#include <dm.h>
#include <dm/ofnode.h>
#include <env.h>