summaryrefslogtreecommitdiffstats
path: root/board/amcc/redwood
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2010-04-12 22:28:07 -0500
committerWolfgang Denk <wd@denx.de>2010-04-13 09:13:04 +0200
commit61f2b38a17f5b21c59f2afe6cf1cbb5f28638cf9 (patch)
tree1e9ace3a9e030f0fd07fbbca663c148c195f0a3d /board/amcc/redwood
parent0de71d507157c4bd4fddcd3a419140d2b986eed2 (diff)
downloadblackbird-obmc-uboot-61f2b38a17f5b21c59f2afe6cf1cbb5f28638cf9.tar.gz
blackbird-obmc-uboot-61f2b38a17f5b21c59f2afe6cf1cbb5f28638cf9.zip
Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>"
The appropriate include/asm-$ARCH directory should already by symlinked to include/asm so using the whole "asm-$ARCH" path is unnecessary. This change should also allow us to move the include/asm-$ARCH directories into their appropriate lib/$ARCH/ directories. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'board/amcc/redwood')
-rw-r--r--board/amcc/redwood/init.S2
-rw-r--r--board/amcc/redwood/redwood.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/board/amcc/redwood/init.S b/board/amcc/redwood/init.S
index 363d7932ac..4da586918d 100644
--- a/board/amcc/redwood/init.S
+++ b/board/amcc/redwood/init.S
@@ -23,7 +23,7 @@
#include <ppc_asm.tmpl>
#include <config.h>
-#include <asm-ppc/mmu.h>
+#include <asm/mmu.h>
/**************************************************************************
* TLB TABLE
diff --git a/board/amcc/redwood/redwood.c b/board/amcc/redwood/redwood.c
index bc8cb0c443..32fb8c584b 100644
--- a/board/amcc/redwood/redwood.c
+++ b/board/amcc/redwood/redwood.c
@@ -29,7 +29,7 @@
#include <ppc4xx.h>
#include <asm/processor.h>
#include <i2c.h>
-#include <asm-ppc/io.h>
+#include <asm/io.h>
int compare_to_true(char *str);
char *remove_l_w_space(char *in_str);
OpenPOWER on IntegriCloud