Skip to content
Snippets Groups Projects
Commit b48f72a8 authored by Trevor Woerner's avatar Trevor Woerner Committed by Tom Rini
Browse files

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: default avatarTrevor Woerner <twoerner@gmail.com>
parent b16a3316
No related branches found
No related tags found
No related merge requests found
CONFIG_ARM=y CONFIG_ARM=y
CONFIG_ARCH_CPU_INIT=y CONFIG_ARCH_CPU_INIT=y
CONFIG_ARCH_ORION5X=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_SYS_TEXT_BASE=0x00800000
CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBCOMMON_SUPPORT=y
CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment