diff options
Diffstat (limited to 'cpu/arm1176/cpu.c')
-rw-r--r-- | cpu/arm1176/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm1176/cpu.c b/cpu/arm1176/cpu.c index d1a3327..2c0014f 100644 --- a/cpu/arm1176/cpu.c +++ b/cpu/arm1176/cpu.c @@ -33,7 +33,7 @@ #include <common.h> #include <command.h> -#include <s3c6400.h> +#include <asm/arch/s3c6400.h> #include <asm/system.h> static void cache_flush (void); |