mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-06 05:06:13 +02:00
board: sysam: 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
47518bdb6d
commit
1c458e7a99
@ -7,7 +7,7 @@
|
||||
* This file copies memory testdram() from sandburst/common/sb_common.c
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <config.h>
|
||||
#include <init.h>
|
||||
#include <asm/global_data.h>
|
||||
#include <asm/immap.h>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* (C) Copyright 2017 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <config.h>
|
||||
#include <init.h>
|
||||
#include <spi.h>
|
||||
#include <asm/global_data.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user