mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
board: k+p: 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:
parent
582fb8045d
commit
c6cd26838f
4 changed files with 1 additions and 4 deletions
|
@ -9,11 +9,11 @@
|
|||
* Daniel Gericke <daniel.gericke@tqs.de>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <env.h>
|
||||
#include <i2c.h>
|
||||
#include "kp_id_rev.h"
|
||||
#include <net.h>
|
||||
#include <vsprintf.h>
|
||||
|
||||
static int eeprom_has_been_read;
|
||||
static struct id_eeprom eeprom;
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
* Lukasz Majewski, DENX Software Engineering, lukma@denx.de
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <init.h>
|
||||
#include <asm/global_data.h>
|
||||
#include <asm/io.h>
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
* Copyright (C) 2018 Lukasz Majewski <lukma@denx.de>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <init.h>
|
||||
#include <asm/arch/clock.h>
|
||||
#include <asm/arch/crm_regs.h>
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
* Copyright (C) 2018 Lukasz Majewski <lukma@denx.de>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <init.h>
|
||||
#include <log.h>
|
||||
#include <asm/arch/clock.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue