summaryrefslogtreecommitdiffstats
path: root/board/dbau1x00
diff options
context:
space:
mode:
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2015-12-21 16:35:14 +0100
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2016-01-16 21:06:46 +0100
commit76ada5f8b7bb4b295ced087bd3c34eb8161a1a75 (patch)
treeb39c1ca467b98aaea5bc2e5b7c3bc7c7c8c39114 /board/dbau1x00
parent6479b691d73ca12a925032a056e5825ae9076d14 (diff)
downloadtalos-obmc-uboot-76ada5f8b7bb4b295ced087bd3c34eb8161a1a75.tar.gz
talos-obmc-uboot-76ada5f8b7bb4b295ced087bd3c34eb8161a1a75.zip
MIPS: au1x00: move SoC header files to arch/mips/mach-au1x00/include/mach/
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'board/dbau1x00')
-rw-r--r--board/dbau1x00/dbau1x00.c2
-rw-r--r--board/dbau1x00/lowlevel_init.S2
2 files changed, 2 insertions, 2 deletions
diff --git a/board/dbau1x00/dbau1x00.c b/board/dbau1x00/dbau1x00.c
index bd20f6e4b0..75e6f0ef5a 100644
--- a/board/dbau1x00/dbau1x00.c
+++ b/board/dbau1x00/dbau1x00.c
@@ -7,7 +7,7 @@
#include <common.h>
#include <command.h>
-#include <asm/au1x00.h>
+#include <mach/au1x00.h>
#include <asm/mipsregs.h>
#include <asm/io.h>
diff --git a/board/dbau1x00/lowlevel_init.S b/board/dbau1x00/lowlevel_init.S
index 842fb76e58..409f8ee477 100644
--- a/board/dbau1x00/lowlevel_init.S
+++ b/board/dbau1x00/lowlevel_init.S
@@ -1,8 +1,8 @@
/* Memory sub-system initialization code */
#include <config.h>
+#include <mach/au1x00.h>
#include <asm/regdef.h>
-#include <asm/au1x00.h>
#include <asm/mipsregs.h>
#define AU1500_SYS_ADDR 0xB1900000
OpenPOWER on IntegriCloud