mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-15 17:34:43 +00:00
powerpc: mpc83xx: Rework includes slightly
In order to not rely on common.h providing a number of common includes, cleanup what we include directly in order to be able to drop common.h later. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
362d84c6a2
commit
dd1365c2e9
3 changed files with 3 additions and 2 deletions
|
@ -18,6 +18,8 @@
|
|||
#ifdef CONFIG_QE
|
||||
#include <fsl_qe.h>
|
||||
#endif
|
||||
#include <asm/ppc.h>
|
||||
#include <asm/fsl_lbc.h>
|
||||
|
||||
#include "lblaw/lblaw.h"
|
||||
#include "elbc/elbc.h"
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
#include <asm/cache.h>
|
||||
#include <asm/mmu.h>
|
||||
#include <asm/fsl_lbc.h>
|
||||
#include <asm/u-boot.h>
|
||||
|
||||
#include "hrcw/hrcw.h"
|
||||
|
|
|
@ -6,8 +6,6 @@
|
|||
#ifndef __MPC83XX_H__
|
||||
#define __MPC83XX_H__
|
||||
|
||||
#include <config.h>
|
||||
#include <asm/fsl_lbc.h>
|
||||
#if defined(CONFIG_E300)
|
||||
#include <asm/e300.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue