mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
board: solidrun: 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
49f83937e9
commit
0618cc60bf
@ -3,7 +3,7 @@
|
||||
* Copyright (C) 2015 Stefan Roese <sr@denx.de>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <config.h>
|
||||
#include <env.h>
|
||||
#include <i2c.h>
|
||||
#include <init.h>
|
||||
|
||||
@ -3,9 +3,9 @@
|
||||
* Copyright 2020 SolidRun
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <compiler.h>
|
||||
#include <tlv_eeprom.h>
|
||||
#include <linux/kernel.h>
|
||||
#include "tlv_data.h"
|
||||
|
||||
#define SR_TLV_CODE_RAM_SIZE 0x81
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
* Ported to SolidRun microSOM by Rabeeh Khoury <rabeeh@solid-run.com>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <config.h>
|
||||
#include <image.h>
|
||||
#include <init.h>
|
||||
#include <log.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user