board: socrates: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Reviewed-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2024-04-30 20:42:48 -06:00
parent 6252e4cd9b
commit 58be915806
6 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,6 @@
* Copyright 2008 Freescale Semiconductor, Inc.
*/
#include <common.h>
#include <fsl_ddr_sdram.h>
#include <fsl_ddr_dimm_params.h>

View File

@ -9,7 +9,7 @@
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*/
#include <common.h>
#include <config.h>
#include <asm/fsl_law.h>
#include <asm/mmu.h>

View File

@ -4,7 +4,7 @@
* Sergei Poselenov, Emcraft Systems, sposelenov@emcraft.com.
*/
#include <common.h>
#include <config.h>
#if defined(CFG_SYS_NAND_BASE)
#include <nand.h>

View File

@ -4,7 +4,7 @@
* Sergei Poselenov, Emcraft Systems, sposelenov@emcraft.com.
*/
#include <common.h>
#include <config.h>
#include <init.h>
#include <asm/processor.h>
#include <asm/immap_85xx.h>

View File

@ -10,7 +10,7 @@
* (C) Copyright 2002 Scott McNutt <smcnutt@artesyncp.com>
*/
#include <common.h>
#include <config.h>
#include <clock_legacy.h>
#include <env.h>
#include <init.h>

View File

@ -9,8 +9,9 @@
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*/
#include <common.h>
#include <config.h>
#include <asm/mmu.h>
#include <asm/ppc.h>
struct fsl_e_tlb_entry tlb_table[] = {
/* TLB 0 - for temp stack in cache */