summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/Kconfig
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2018-08-20 23:41:07 -0700
committerSascha Hauer <s.hauer@pengutronix.de>2018-08-31 08:30:07 +0200
commitb4e43bf44a43edd852cab4ece6ccbbbc1939e7d6 (patch)
tree484aa7573ac09461dd938faee0b254e0cbf12842 /arch/arm/mach-imx/Kconfig
parentdb6ee951649939a4a7c75d7ba7f20a4342f76780 (diff)
downloadbarebox-b4e43bf44a43edd852cab4ece6ccbbbc1939e7d6.tar.gz
barebox-b4e43bf44a43edd852cab4ece6ccbbbc1939e7d6.tar.xz
Revert "i.MX: Add provisions to boot from IRAM"
After being introduced 3 years ago this feature ended up being "obsoleted by events" and project it was supposed to be a part of winded down. Revert this feature due to: a) Lack of users b) Existence of better way to make barebox load via SRAM as intermediary step that does not require two separate images to be built (.imx-sram-img) This reverts commit 903c9477a08c5655161779ef4144886928ecc7d1. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r--arch/arm/mach-imx/Kconfig15
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 7cb9138d24..bc7e832dc4 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -53,21 +53,6 @@ config ARCH_IMX_IMXIMAGE_SSL_SUPPORT
This enables SSL support for the imx-image tool. This is required
for created images for HABv3. This adds openssl to the build dependencies
-config ARCH_IMX_XLOAD
- bool
- depends on ARCH_IMX51
- prompt "Build preloader image"
-
-config ARCH_IMX_UNUSED_IRAM_BASE
- hex
- depends on ARCH_IMX_XLOAD
- default 0x1ffe2000 if ARCH_IMX51
-
-config ARCH_IMX_UNUSED_IRAM_SIZE
- hex
- depends on ARCH_IMX_XLOAD
- default 0x16000 if ARCH_IMX51
-
config ARCH_IMX_EXTERNAL_BOOT_NAND
bool
depends on ARCH_IMX25 || ARCH_IMX27 || ARCH_IMX31 || ARCH_IMX35