From: Sascha Hauer <s.hauer@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Subject: [PATCH 2/2] ARM: i.MX: Remove config CONFIG_ARCH_TEXT_BASE
Date: Thu, 2 Mar 2023 11:52:24 +0100 [thread overview]
Message-ID: <20230302105225.943524-3-s.hauer@pengutronix.de> (raw)
In-Reply-To: <20230302105225.943524-1-s.hauer@pengutronix.de>
CONFIG_ARCH_TEXT_BASE is only used when CONFIG_RELOCATABLE
is disabled which is not the case for i.MX. Remove the unused
Kconfig option.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
arch/arm/mach-imx/Kconfig | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index ea4756c493..262e2b3e94 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -2,29 +2,6 @@
if ARCH_IMX
-config ARCH_TEXT_BASE
- hex
- default 0xa7f00000 if MACH_PCA100
- default 0xa0000000 if MACH_PCM038
- default 0x97f00000 if MACH_FREESCALE_MX51_PDK
- default 0x7ff00000 if MACH_FREESCALE_MX53_LOCO
- default 0x7ff00000 if MACH_FREESCALE_MX53_SMD
- default 0x7ff00000 if MACH_FREESCALE_MX53_VMX53
- default 0x93d00000 if MACH_TX25
- default 0x7ff00000 if MACH_TQMA53
- default 0x4fc00000 if MACH_SABRELITE
- default 0x8fe00000 if MACH_TX53
- default 0x97f00000 if MACH_EFIKA_MX_SMARTBOOK
- default 0x17800000 if MACH_SABRESD
- default 0x4fc00000 if MACH_REALQ7
- default 0x4fc00000 if MACH_GK802
- default 0x2fc00000 if MACH_TQMA6X
- default 0x4fc00000 if MACH_DFI_FS700_M60
- default 0x4fc00000 if MACH_UDOO
- default 0x4fc00000 if MACH_VARISCITE_MX6
- default 0x4fc00000 if MACH_PHYTEC_SOM_IMX6
- default 0x9fc00000 if MACH_WARP7
-
config ARCH_IMX_IMXIMAGE
bool
default y
--
2.30.2
next prev parent reply other threads:[~2023-03-02 10:53 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-02 10:52 [PATCH 0/2] i.MX: Remove support for old boards Sascha Hauer
2023-03-02 10:52 ` [PATCH 1/2] ARM: i.MX: Remove " Sascha Hauer
2023-03-02 10:52 ` Sascha Hauer [this message]
2023-03-03 8:56 ` [PATCH 0/2] i.MX: Remove support for " Marco Felsch
2023-03-03 11:53 ` Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230302105225.943524-3-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox