diff options
Diffstat (limited to 'arch/powerpc/cpu/mpc824x/start.S')
| -rw-r--r-- | arch/powerpc/cpu/mpc824x/start.S | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/arch/powerpc/cpu/mpc824x/start.S b/arch/powerpc/cpu/mpc824x/start.S index d10231ee9..616de58fb 100644 --- a/arch/powerpc/cpu/mpc824x/start.S +++ b/arch/powerpc/cpu/mpc824x/start.S @@ -37,6 +37,7 @@   * board_init will change CS0 to be positioned at the correct   * address and (s)dram will be positioned at address 0   */ +#include <asm-offsets.h>  #include <config.h>  #include <mpc824x.h>  #include <timestamp.h> |