瀏覽代碼

arm: orion5x: finish moving SoC to mach-orion5x

The SPL linker script had been left in arch/$(ARCH)/cpu/$(CPU)/$(SOC);
therefore move it to the already-established arch/$(ARCH)/mach-$(SOC)
location.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Trevor Woerner 4 年之前
父節點
當前提交
b48f72a86b
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 0 0
      arch/arm/mach-orion5x/u-boot-spl.lds
  2. 1 1
      configs/edminiv2_defconfig

+ 0 - 0
arch/arm/cpu/arm926ejs/orion5x/u-boot-spl.lds → arch/arm/mach-orion5x/u-boot-spl.lds


+ 1 - 1
configs/edminiv2_defconfig

@@ -1,7 +1,7 @@
 CONFIG_ARM=y
 CONFIG_ARCH_CPU_INIT=y
 CONFIG_ARCH_ORION5X=y
-CONFIG_SPL_LDSCRIPT="arch/arm/cpu/arm926ejs/orion5x/u-boot-spl.lds"
+CONFIG_SPL_LDSCRIPT="arch/arm/mach-orion5x/u-boot-spl.lds"
 CONFIG_SYS_TEXT_BASE=0x00800000
 CONFIG_SPL_LIBCOMMON_SUPPORT=y
 CONFIG_SPL_LIBGENERIC_SUPPORT=y