summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2016-07-22 15:21:12 -0300
committerStefano Babic <sbabic@denx.de>2016-07-28 12:08:22 +0200
commit5c392017f5d9ff52bd822880abd81ca2843ffdca (patch)
tree9ac9b775fe2ae43f95932d4aa14bc9728577c391 /arch
parentd2c4c6bcfa5c9e36a6e00b1c7b997cd06eb09a6c (diff)
downloadu-boot-imx-5c392017f5d9ff52bd822880abd81ca2843ffdca.zip
u-boot-imx-5c392017f5d9ff52bd822880abd81ca2843ffdca.tar.gz
u-boot-imx-5c392017f5d9ff52bd822880abd81ca2843ffdca.tar.bz2
mx7dsabresd_secure_defconfig: Use CONFIG_ARMV7_BOOT_SEC_DEFAULT
There is no need for introducing MX7_SEC, as there is the CONFIG_ARMV7_BOOT_SEC_DEFAULT option for this purpose. Switch to CONFIG_ARMV7_BOOT_SEC_DEFAULT and get rid of MX7_SEC. Tested by booting a 4.1.15 NXP kernel with mx7dsabresd_secure_defconfig target. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/imx-common/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/imx-common/Kconfig b/arch/arm/imx-common/Kconfig
index c6b38bc..1b7da5a 100644
--- a/arch/arm/imx-common/Kconfig
+++ b/arch/arm/imx-common/Kconfig
@@ -17,12 +17,3 @@ config IMX_BOOTAUX
depends on ARCH_MX7 || ARCH_MX6
help
bootaux [addr] to boot auxiliary core.
-
-config MX7_SEC
- bool "Support booting MX7 in secure mode"
- depends on ARCH_MX7
- help
- NXP kernel requires to boot MX7 in secure mode. Select
- this options if you want to boot a NXP kernel. In order
- to boot a mainline kernel this option needs to be
- unselected.