summaryrefslogtreecommitdiffstats
path: root/board/amcc/yucca/yucca.c
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-10-03 07:34:10 +0200
committerStefan Roese <sr@denx.de>2007-10-31 21:20:48 +0100
commitc7c6da23028f146d912514b95aefa3da7cf37699 (patch)
treec38487ada4b31948e244c9bef1d82e28dd74ac7d /board/amcc/yucca/yucca.c
parent49801028715cd8bc22863cdfc0ee7919b7a6af4b (diff)
downloadblackbird-obmc-uboot-c7c6da23028f146d912514b95aefa3da7cf37699.tar.gz
blackbird-obmc-uboot-c7c6da23028f146d912514b95aefa3da7cf37699.zip
ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (1)
This patch is the first patch of a series to make the 440SPe PCIe code usable on different 4xx PPC platforms. In preperation for the new 405EX which is also equipped with PCIe interfaces. (1) This patch renames the files from 440spe_pcie to 4xx_pcie Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/amcc/yucca/yucca.c')
-rw-r--r--board/amcc/yucca/yucca.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/amcc/yucca/yucca.c b/board/amcc/yucca/yucca.c
index d7cc384ba0..17c3ba0f17 100644
--- a/board/amcc/yucca/yucca.c
+++ b/board/amcc/yucca/yucca.c
@@ -27,12 +27,12 @@
#include <common.h>
#include <ppc4xx.h>
-#include <asm/processor.h>
#include <i2c.h>
-#include <asm-ppc/io.h>
+#include <asm/processor.h>
+#include <asm/io.h>
+#include <asm/4xx_pcie.h>
#include "yucca.h"
-#include "../cpu/ppc4xx/440spe_pcie.h"
DECLARE_GLOBAL_DATA_PTR;
OpenPOWER on IntegriCloud