qe: move immap_qe.h from arch directory into common directory
ls1021 is arm-core and supports qe too. Move immap_qe.h into common directory for both arm and powerpc. Signed-off-by: Zhao Qiang <B45475@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
This commit is contained in:
parent
09c2046ff6
commit
38d67a4e55
@ -20,7 +20,7 @@
|
||||
#include <netdev.h>
|
||||
#include <fsl_esdhc.h>
|
||||
#if defined(CONFIG_BOOTCOUNT_LIMIT) && !defined(CONFIG_MPC831x)
|
||||
#include <asm/immap_qe.h>
|
||||
#include <linux/immap_qe.h>
|
||||
#include <asm/io.h>
|
||||
#endif
|
||||
|
||||
|
@ -18,7 +18,7 @@ DECLARE_GLOBAL_DATA_PTR;
|
||||
|
||||
#if defined(CONFIG_BOOTCOUNT_LIMIT) && \
|
||||
(defined(CONFIG_QE) && !defined(CONFIG_MPC831x))
|
||||
#include <asm/immap_qe.h>
|
||||
#include <linux/immap_qe.h>
|
||||
|
||||
void fdt_fixup_muram (void *blob)
|
||||
{
|
||||
|
@ -36,7 +36,7 @@
|
||||
#endif /* defined(CONFIG_MPC8260) */
|
||||
|
||||
#if defined(CONFIG_QE)
|
||||
#include <asm/immap_qe.h>
|
||||
#include <linux/immap_qe.h>
|
||||
|
||||
#define CONFIG_SYS_BOOTCOUNT_ADDR (CONFIG_SYS_IMMR + 0x110000 + \
|
||||
QE_MURAM_SIZE - 2 * sizeof(u32))
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <command.h>
|
||||
#include "asm/errno.h"
|
||||
#include "asm/io.h"
|
||||
#include "asm/immap_qe.h"
|
||||
#include "linux/immap_qe.h"
|
||||
#include "qe.h"
|
||||
|
||||
#define MPC85xx_DEVDISR_QE_DISABLE 0x1
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "malloc.h"
|
||||
#include "asm/errno.h"
|
||||
#include "asm/io.h"
|
||||
#include "asm/immap_qe.h"
|
||||
#include "linux/immap_qe.h"
|
||||
#include "qe.h"
|
||||
#include "uccf.h"
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
#include "common.h"
|
||||
#include "qe.h"
|
||||
#include "asm/immap_qe.h"
|
||||
#include "linux/immap_qe.h"
|
||||
|
||||
/* Fast or Giga ethernet
|
||||
*/
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "malloc.h"
|
||||
#include "asm/errno.h"
|
||||
#include "asm/io.h"
|
||||
#include "asm/immap_qe.h"
|
||||
#include "linux/immap_qe.h"
|
||||
#include "qe.h"
|
||||
#include "uccf.h"
|
||||
#include "uec.h"
|
||||
|
@ -14,7 +14,7 @@
|
||||
#include "net.h"
|
||||
#include "malloc.h"
|
||||
#include "asm/errno.h"
|
||||
#include "asm/immap_qe.h"
|
||||
#include "linux/immap_qe.h"
|
||||
#include "asm/io.h"
|
||||
#include "qe.h"
|
||||
#include "uccf.h"
|
||||
|
@ -38,7 +38,7 @@
|
||||
#define _POST_WORD_ADDR (CONFIG_SYS_IMMR + CPM_POST_WORD_ADDR)
|
||||
|
||||
#elif defined(CONFIG_MPC8360)
|
||||
#include <asm/immap_qe.h>
|
||||
#include <linux/immap_qe.h>
|
||||
#define _POST_WORD_ADDR (CONFIG_SYS_IMMR + CPM_POST_WORD_ADDR)
|
||||
|
||||
#elif defined (CONFIG_MPC85xx)
|
||||
|
Loading…
Reference in New Issue
Block a user