diff options
author | Minkyu Kang <mk7.kang@samsung.com> | 2009-11-04 16:07:59 +0900 |
---|---|---|
committer | Tom Rix <Tom.Rix@windriver.com> | 2009-11-27 16:26:13 -0600 |
commit | 47e801bec360e69e4b087a141d015b318e1b0212 (patch) | |
tree | c12191a7712940d35c94d71c4968508ccb0bae20 /cpu/arm1176/start.S | |
parent | 492fb1fdbcdd5e21be0b6742c15f76c648f0653b (diff) | |
download | u-boot-imx-47e801bec360e69e4b087a141d015b318e1b0212.zip u-boot-imx-47e801bec360e69e4b087a141d015b318e1b0212.tar.gz u-boot-imx-47e801bec360e69e4b087a141d015b318e1b0212.tar.bz2 |
s3c64xx: move s3c64xx header files to asm-arm/arch-s3c64xx
This patch moves the s3c64xx header files from include/
to include/asm-arm/arch-s3c64xx
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
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 cb891df..2bb9bf2 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 |