Skip to content
Snippets Groups Projects
Commit ac4605ae authored by Stefan Agner's avatar Stefan Agner Committed by Tom Rini
Browse files

spl: use ARCH_MX23/28 to specify SPL_LDSCRIPT


Simplify SPL_LDSCRIPT config by using the new arch Kconfig
configurations ARCH_MX23 and ARCH_MX28.

Signed-off-by: default avatarStefan Agner <stefan.agner@toradex.com>
parent 25c5b4e1
No related branches found
No related tags found
No related merge requests found
...@@ -1331,7 +1331,7 @@ source "arch/arm/Kconfig.debug" ...@@ -1331,7 +1331,7 @@ source "arch/arm/Kconfig.debug"
endmenu endmenu
config SPL_LDSCRIPT config SPL_LDSCRIPT
default "arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds" if TARGET_APX4DEVKIT || TARGET_BG0900 || TARGET_M28EVK || TARGET_MX23_OLINUXINO || TARGET_MX23EVK || TARGET_MX28EVK || TARGET_SANSA_FUZE_PLUS || TARGET_SC_SPS_1 || TARGET_TS4600 || TARGET_XFI3 default "arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds" if ARCH_MX23 || ARCH_MX28
default "arch/arm/cpu/arm1136/u-boot-spl.lds" if CPU_ARM1136 default "arch/arm/cpu/arm1136/u-boot-spl.lds" if CPU_ARM1136
default "arch/arm/cpu/armv8/u-boot-spl.lds" if ARM64 default "arch/arm/cpu/armv8/u-boot-spl.lds" if ARM64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment