Move i.MX7 TEXT_BASE/SPL_TEXT_BASE to Kconfig and common/spl/Kconfig
which is the best practice.

Signed-off-by: Marek Vasut <[email protected]>
---
Cc: "NXP i.MX U-Boot Team" <[email protected]>
Cc: Adam Ford <[email protected]>
Cc: Christoph Niedermaier <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Francesco Dolcini <[email protected]>
Cc: Frieder Schrempf <[email protected]>
Cc: Heinrich Schuchardt <[email protected]>
Cc: Igor Opaniuk <[email protected]>
Cc: Ilias Apalodimas <[email protected]>
Cc: Michael Trimarchi <[email protected]>
Cc: Peng Fan <[email protected]>
Cc: Quentin Schulz <[email protected]>
Cc: Sean Anderson <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Tim Harvey <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: [email protected]
---
V2: - New patch

Signed-off-by: Marek Vasut <[email protected]>
---
 Kconfig                       | 1 +
 arch/arm/mach-imx/mx7/Kconfig | 7 -------
 common/spl/Kconfig            | 1 +
 3 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/Kconfig b/Kconfig
index b1dd4556a4e..a7b2b6db742 100644
--- a/Kconfig
+++ b/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
diff --git a/arch/arm/mach-imx/mx7/Kconfig b/arch/arm/mach-imx/mx7/Kconfig
index 2e68557d6a9..4e0e8ed0582 100644
--- a/arch/arm/mach-imx/mx7/Kconfig
+++ b/arch/arm/mach-imx/mx7/Kconfig
@@ -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
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index ed997d82cfc..045fcac10a5 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -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
-- 
2.45.2

Reply via email to