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:
Tom Rini
2024-04-30 20:42:56 -06:00
parent 47518bdb6d
commit 1c458e7a99
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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>