board: advantech: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed add missing include files directly. Acked-by: Oliver Graute <oliver.graute@kococonnector.com> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
* Copyright 2022 Linaro
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <dwc3-uboot.h>
|
||||
#include <efi.h>
|
||||
#include <efi_loader.h>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* Copyright 2022 Linaro
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <config.h>
|
||||
#include <command.h>
|
||||
#include <cpu_func.h>
|
||||
#include <errno.h>
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* Copyright 2019-2023 Kococonnector GmbH
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <errno.h>
|
||||
#include <linux/libfdt.h>
|
||||
#include <asm/io.h>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* Copyright 2017-2018 NXP
|
||||
* Copyright 2019-2023 Kococonnector GmbH
|
||||
*/
|
||||
#include <common.h>
|
||||
#include <config.h>
|
||||
#include <dm.h>
|
||||
#include <spl.h>
|
||||
#include <init.h>
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* Copyright (C) 2019 Oliver Graute <oliver.graute@kococonnector.com>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <cpu_func.h>
|
||||
#include <env.h>
|
||||
#include <errno.h>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Copyright 2017-2018 NXP
|
||||
*/
|
||||
#include <common.h>
|
||||
#include <config.h>
|
||||
#include <dm.h>
|
||||
#include <image.h>
|
||||
#include <init.h>
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* Copyright (C) 2016 George McCollister <george.mccollister@gmail.com>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <init.h>
|
||||
#include <asm/fsp1/fsp_support.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user