diff options
Diffstat (limited to 'board/syteco/jadecpu/lowlevel_init.S')
-rw-r--r-- | board/syteco/jadecpu/lowlevel_init.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/syteco/jadecpu/lowlevel_init.S b/board/syteco/jadecpu/lowlevel_init.S index 5ad4dce..b01f087 100644 --- a/board/syteco/jadecpu/lowlevel_init.S +++ b/board/syteco/jadecpu/lowlevel_init.S @@ -30,7 +30,7 @@ #include <version.h> #include <asm/macro.h> #include <asm/arch/mb86r0x.h> -#include <asm/arch/asm-offsets.h> +#include <generated/asm-offsets.h> /* Set up the platform, once the cpu has been initialized */ .globl lowlevel_init |