mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-23 12:14:32 +08:00
ARM: imx: soc: Move default TEXT_BASE for i.MX7
Move i.MX7 TEXT_BASE/SPL_TEXT_BASE to Kconfig and common/spl/Kconfig which is the best practice. Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
304eb6ceea
commit
0ccff7f8dc
1
Kconfig
1
Kconfig
@ -648,6 +648,7 @@ config TEXT_BASE
|
||||
depends on HAVE_TEXT_BASE
|
||||
default 0x0 if POSITION_INDEPENDENT
|
||||
default 0x17800000 if ARCH_MX6
|
||||
default 0x87800000 if ARCH_MX7
|
||||
default 0x80800000 if ARCH_OMAP2PLUS || ARCH_K3
|
||||
default 0x81700000 if MACH_SUNIV
|
||||
default 0x2a000000 if MACH_SUN9I
|
||||
|
@ -17,13 +17,6 @@ config MX7D
|
||||
select ROM_UNIFIED_SECTIONS
|
||||
imply CMD_FUSE
|
||||
|
||||
config TEXT_BASE
|
||||
default 0x87800000
|
||||
|
||||
config SPL_TEXT_BASE
|
||||
depends on SPL
|
||||
default 0x00912000
|
||||
|
||||
choice
|
||||
prompt "MX7 board select"
|
||||
optional
|
||||
|
@ -272,6 +272,7 @@ config SPL_TEXT_BASE
|
||||
default 0x402F4000 if AM43XX
|
||||
default 0x402F0400 if AM33XX
|
||||
default 0x00908000 if ARCH_MX6
|
||||
default 0x00912000 if ARCH_MX7
|
||||
default 0x40301350 if OMAP54XX
|
||||
default 0x10060 if MACH_SUN50I || MACH_SUN50I_H5 || MACH_SUN9I
|
||||
default 0x20060 if SUN50I_GEN_H6 || SUNXI_GEN_NCAT2
|
||||
|
Loading…
Reference in New Issue
Block a user