mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-18 22:58:13 +01:00
board: seeed: 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
8973eebf29
commit
cb9e4a0c14
@ -3,7 +3,6 @@
|
|||||||
* Copyright (C) 2018 Stefan Roese <sr@denx.de>
|
* Copyright (C) 2018 Stefan Roese <sr@denx.de>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
#include <linux/bitops.h>
|
#include <linux/bitops.h>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* Author: Navin Sankar Velliangiri <navin@linumiz.com>
|
* Author: Navin Sankar Velliangiri <navin@linumiz.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
#include <config.h>
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
#include <spl.h>
|
#include <spl.h>
|
||||||
#include <asm/arch/clock.h>
|
#include <asm/arch/clock.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user