diff options
Diffstat (limited to 'cpu/arm1176/start.S')
-rw-r--r-- | cpu/arm1176/start.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm1176/start.S b/cpu/arm1176/start.S index cb891df179..2bb9bf208d 100644 --- a/cpu/arm1176/start.S +++ b/cpu/arm1176/start.S @@ -35,7 +35,7 @@ #ifdef CONFIG_ENABLE_MMU #include <asm/proc/domain.h> #endif -#include <s3c6400.h> +#include <asm/arch/s3c6400.h> #if !defined(CONFIG_ENABLE_MMU) && !defined(CONFIG_SYS_PHY_UBOOT_BASE) #define CONFIG_SYS_PHY_UBOOT_BASE CONFIG_SYS_UBOOT_BASE |