mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-13 12:26:01 +01:00
sunxi: Move SPL_TEXT_BASE to the board Kconfig
It makes sense to put this near the definition of SUNXI_SRAM_ADDRESS. Signed-off-by: Samuel Holland <samuel@sholland.org>
This commit is contained in:
parent
4c0ec2d156
commit
0110f352eb
@ -73,6 +73,11 @@ config SPL_STACK_R_ADDR
|
||||
default 0x4fe00000 if SUNXI_MINIMUM_DRAM_MB >= 256
|
||||
default 0x43e00000 if SUNXI_MINIMUM_DRAM_MB >= 64
|
||||
|
||||
config SPL_TEXT_BASE
|
||||
default 0x10060 if MACH_SUN9I || MACH_SUN50I || MACH_SUN50I_H5
|
||||
default 0x20060 if SUN50I_GEN_H6
|
||||
default 0x00060
|
||||
|
||||
config SUNXI_MINIMUM_DRAM_MB
|
||||
int
|
||||
default 32 if MACH_SUNIV
|
||||
|
@ -260,9 +260,6 @@ config SPL_TEXT_BASE
|
||||
default 0x402F4000 if AM43XX
|
||||
default 0x402F0400 if AM33XX
|
||||
default 0x40301350 if OMAP54XX
|
||||
default 0x10060 if MACH_SUN50I || MACH_SUN50I_H5 || MACH_SUN9I
|
||||
default 0x20060 if SUN50I_GEN_H6
|
||||
default 0x00060 if ARCH_SUNXI
|
||||
default 0xfffc0000 if ARCH_ZYNQMP
|
||||
default 0x0
|
||||
help
|
||||
|
Loading…
x
Reference in New Issue
Block a user