diff options
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2015-12-21 16:35:14 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2016-01-16 21:06:46 +0100 |
commit | 76ada5f8b7bb4b295ced087bd3c34eb8161a1a75 (patch) | |
tree | b39c1ca467b98aaea5bc2e5b7c3bc7c7c8c39114 /board/dbau1x00/lowlevel_init.S | |
parent | 6479b691d73ca12a925032a056e5825ae9076d14 (diff) | |
download | u-boot-76ada5f8b7bb4b295ced087bd3c34eb8161a1a75.tar.gz |
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/lowlevel_init.S')
-rw-r--r-- | board/dbau1x00/lowlevel_init.S | 2 |
1 files changed, 1 insertions, 1 deletions
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 |