summaryrefslogtreecommitdiffstats
path: root/board/amcc/yucca
diff options
context:
space:
mode:
Diffstat (limited to 'board/amcc/yucca')
-rw-r--r--board/amcc/yucca/flash.c4
-rw-r--r--board/amcc/yucca/yucca.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/board/amcc/yucca/flash.c b/board/amcc/yucca/flash.c
index 5fab7bb1db..20b6af9a6b 100644
--- a/board/amcc/yucca/flash.c
+++ b/board/amcc/yucca/flash.c
@@ -32,9 +32,9 @@
*/
#include <common.h>
-#include <ppc4xx.h>
+#include <asm/ppc4xx.h>
#include <asm/processor.h>
-#include <ppc440.h>
+#include <asm/ppc440.h>
#include "yucca.h"
#ifdef DEBUG
diff --git a/board/amcc/yucca/yucca.c b/board/amcc/yucca/yucca.c
index 0d23929903..b128e46c27 100644
--- a/board/amcc/yucca/yucca.c
+++ b/board/amcc/yucca/yucca.c
@@ -26,7 +26,7 @@
*/
#include <common.h>
-#include <ppc4xx.h>
+#include <asm/ppc4xx.h>
#include <i2c.h>
#include <netdev.h>
#include <asm/processor.h>
OpenPOWER on IntegriCloud