diff options
author | Masahiro Yamada | 2015-04-21 20:38:21 +0900 |
---|---|---|
committer | Marek Vasut | 2015-05-07 05:21:12 +0200 |
commit | 05a217212b41c6342fc1c6be0fe49ce28c9afe40 (patch) | |
tree | a7178e048809fcd4b3abec3ea398d7dada7cf1aa /include | |
parent | 7865f4b0b67ea7108117e68166294b7e95a5ede1 (diff) |
ARM: socfpga: move SoC sources to mach-socfpga
Our recent trend is to collect SoC files into arch/arm/mach-(SOC).
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/socfpga_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index 41bb52bc8c0..61ce3769683 100644 --- a/include/configs/socfpga_common.h +++ b/include/configs/socfpga_common.h @@ -298,7 +298,7 @@ unsigned int cm_get_qspi_controller_clk_hz(void); #define CONFIG_CRC32_VERIFY /* Linker script for SPL */ -#define CONFIG_SPL_LDSCRIPT "arch/arm/cpu/armv7/socfpga/u-boot-spl.lds" +#define CONFIG_SPL_LDSCRIPT "arch/arm/mach-socfpga/u-boot-spl.lds" #define CONFIG_SPL_LIBCOMMON_SUPPORT #define CONFIG_SPL_LIBGENERIC_SUPPORT |