File tree Expand file tree Collapse file tree 14 files changed +12
-51
lines changed Expand file tree Collapse file tree 14 files changed +12
-51
lines changed Original file line number Diff line number Diff line change @@ -996,11 +996,6 @@ config ARCH_MX6
996
996
imply SYS_THUMB_BUILD
997
997
imply SPL_SEPARATE_BSS
998
998
999
- if ARCH_MX6
1000
- config SPL_LDSCRIPT
1001
- default "arch/arm/mach-omap2/u-boot-spl.lds"
1002
- endif
1003
-
1004
999
config ARCH_MX5
1005
1000
bool "Freescale MX5"
1006
1001
select BOARD_EARLY_INIT_F
@@ -2368,8 +2363,3 @@ source "board/xen/xenguest_arm64/Kconfig"
2368
2363
source "arch/arm/Kconfig.debug"
2369
2364
2370
2365
endmenu
2371
-
2372
- config SPL_LDSCRIPT
2373
- default "arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds" if (ARCH_MX23 || ARCH_MX28) && !SPL_FRAMEWORK
2374
- default "arch/arm/cpu/arm1136/u-boot-spl.lds" if CPU_ARM1136
2375
- default "arch/arm/cpu/armv8/u-boot-spl.lds" if ARM64
Original file line number Diff line number Diff line change @@ -701,9 +701,6 @@ config SYS_FSL_HAS_RGMII
701
701
bool
702
702
depends on SYS_FSL_EC1 || SYS_FSL_EC2
703
703
704
- config SPL_LDSCRIPT
705
- default "arch/arm/cpu/armv8/u-boot-spl.lds" if ARCH_LS1043A || ARCH_LS1046A || ARCH_LS2080A
706
-
707
704
config HAS_FSL_XHCI_USB
708
705
bool
709
706
help
Original file line number Diff line number Diff line change @@ -377,8 +377,4 @@ source "board/siemens/corvus/Kconfig"
377
377
source "board/siemens/taurus/Kconfig"
378
378
source "board/siemens/smartweb/Kconfig"
379
379
380
- config SPL_LDSCRIPT
381
- default "arch/arm/mach-at91/arm926ejs/u-boot-spl.lds" if CPU_ARM926EJS
382
- default "arch/arm/mach-at91/armv7/u-boot-spl.lds" if CPU_V7A
383
-
384
380
endif
Original file line number Diff line number Diff line change @@ -134,7 +134,4 @@ endif
134
134
source "board/davinci/da8xxevm/Kconfig"
135
135
source "board/lego/ev3/Kconfig"
136
136
137
- config SPL_LDSCRIPT
138
- default "board/davinci/da8xxevm/u-boot-spl-da850evm.lds"
139
-
140
137
endif
Original file line number Diff line number Diff line change @@ -201,7 +201,4 @@ source "board/samsung/smdk5420/Kconfig"
201
201
source "board/samsung/espresso7420/Kconfig"
202
202
source "board/samsung/axy17lte/Kconfig"
203
203
204
- config SPL_LDSCRIPT
205
- default "board/samsung/common/exynos-uboot-spl.lds" if ARCH_EXYNOS5 || ARCH_EXYNOS4
206
-
207
204
endif
Original file line number Diff line number Diff line change @@ -190,7 +190,4 @@ source "board/compulab/cm_t335/Kconfig"
190
190
source "board/compulab/cm_t43/Kconfig"
191
191
source "board/phytec/phycore_am335x_r2/Kconfig"
192
192
193
- config SPL_LDSCRIPT
194
- default "arch/arm/mach-omap2/u-boot-spl.lds"
195
-
196
193
endif
Original file line number Diff line number Diff line change @@ -65,9 +65,6 @@ source "board/rockchip/sheep_rk3368/Kconfig"
65
65
source "board/geekbuying/geekbox/Kconfig"
66
66
source "board/rockchip/evb_px5/Kconfig"
67
67
68
- config SPL_LDSCRIPT
69
- default "arch/arm/cpu/armv8/u-boot-spl.lds"
70
-
71
68
config SPL_STACK_R_ADDR
72
69
default 0x04000000
73
70
Original file line number Diff line number Diff line change 1
1
if ARCH_SUNXI
2
2
3
- config SPL_LDSCRIPT
4
- default "arch/arm/cpu/arm926ejs/sunxi/u-boot-spl.lds" if MACH_SUNIV
5
- default "arch/arm/cpu/armv7/sunxi/u-boot-spl.lds" if !ARM64
6
-
7
3
config IDENT_STRING
8
4
default " Allwinner Technology"
9
5
Original file line number Diff line number Diff line change 1
1
if ARCH_ZYNQ
2
2
3
- config SPL_LDSCRIPT
4
- default "arch/arm/mach-zynq/u-boot-spl.lds"
5
-
6
3
config SPL_FS_FAT
7
4
default y
8
5
Original file line number Diff line number Diff line change @@ -54,9 +54,6 @@ config SYS_VENDOR
54
54
config SYS_CONFIG_NAME
55
55
default "am64x_evm"
56
56
57
- config SPL_LDSCRIPT
58
- default "arch/arm/mach-omap2/u-boot-spl.lds"
59
-
60
57
source "board/ti/common/Kconfig"
61
58
62
59
endif
You can’t perform that action at this time.
0 commit comments