mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 01:44:34 +00:00
board: gateworks: 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: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
d0642848c9
commit
5b1d20b51a
7 changed files with 1 additions and 7 deletions
|
@ -5,7 +5,6 @@
|
|||
* Author: Tim Harvey <tharvey@gateworks.com>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <env.h>
|
||||
#include <fsl_esdhc_imx.h>
|
||||
#include <hwconfig.h>
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
*/
|
||||
|
||||
#include <command.h>
|
||||
#include <common.h>
|
||||
#include <gsc.h>
|
||||
#include <hexdump.h>
|
||||
#include <i2c.h>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
*/
|
||||
|
||||
#include <command.h>
|
||||
#include <common.h>
|
||||
#include <fdt_support.h>
|
||||
#include <gsc.h>
|
||||
#include <hwconfig.h>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* Author: Tim Harvey <tharvey@gateworks.com>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <config.h>
|
||||
#include <env.h>
|
||||
#include <gsc.h>
|
||||
#include <hang.h>
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
* Copyright 2021 Gateworks Corporation
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <gsc.h>
|
||||
#include <hexdump.h>
|
||||
#include <i2c.h>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
*/
|
||||
|
||||
#include <linux/kernel.h>
|
||||
#include <common.h>
|
||||
#include <asm/arch/ddr.h>
|
||||
#include <asm/arch/lpddr4_define.h>
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
* Copyright 2021 Gateworks Corporation
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <cpu_func.h>
|
||||
#include <hang.h>
|
||||
#include <i2c.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue