summaryrefslogtreecommitdiffstats
path: root/board/phycore_mpc5200b_tiny
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:02:14 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:02:14 +0200
commitb2c5310d4da56237571bb8ea8d24b030c941030f (patch)
treec2c39f8c1ebdad8c3e69af86cb3c105434212edd /board/phycore_mpc5200b_tiny
parentfda840672d0eb662ddf4c7080532fe2dfeb0b0b1 (diff)
downloadbarebox-b2c5310d4da56237571bb8ea8d24b030c941030f.tar.gz
barebox-b2c5310d4da56237571bb8ea8d24b030c941030f.tar.xz
svn_rev_653
restructure tree, add reginfo command
Diffstat (limited to 'board/phycore_mpc5200b_tiny')
-rw-r--r--board/phycore_mpc5200b_tiny/phycore_mpc5200b_tiny.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/phycore_mpc5200b_tiny/phycore_mpc5200b_tiny.c b/board/phycore_mpc5200b_tiny/phycore_mpc5200b_tiny.c
index 4e622422e6..98f02221db 100644
--- a/board/phycore_mpc5200b_tiny/phycore_mpc5200b_tiny.c
+++ b/board/phycore_mpc5200b_tiny/phycore_mpc5200b_tiny.c
@@ -31,7 +31,7 @@
#include <driver.h>
#include <cfi_flash.h>
#include <init.h>
-#include <mpc5xxx.h>
+#include <asm/arch/mpc5xxx.h>
#include <pci.h>
#include <asm/arch/fec.h>
#include <types.h>