]> git.sur5r.net Git - u-boot/commitdiff
mx7dsabresd_secure_defconfig: Use CONFIG_ARMV7_BOOT_SEC_DEFAULT
authorFabio Estevam <fabio.estevam@nxp.com>
Fri, 22 Jul 2016 18:21:12 +0000 (15:21 -0300)
committerStefano Babic <sbabic@denx.de>
Thu, 28 Jul 2016 10:08:22 +0000 (12:08 +0200)
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>
arch/arm/imx-common/Kconfig
configs/mx7dsabresd_secure_defconfig

index c6b38bcaa6ed1f09cd780521d184f431133beb20..1b7da5ad3889c611af210e96a9bbbebab847a4d0 100644 (file)
@@ -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.
index 0a3930eb405b5588b870271b42f590109193d0e1..aa92a38775261faf0450d3d8b2461b7156b9ced2 100644 (file)
@@ -38,4 +38,4 @@ CONFIG_G_DNL_MANUFACTURER="FSL"
 CONFIG_G_DNL_VENDOR_NUM=0x0525
 CONFIG_G_DNL_PRODUCT_NUM=0xa4a5
 CONFIG_OF_LIBFDT=y
-CONFIG_MX7_SEC=y
+CONFIG_ARMV7_BOOT_SEC_DEFAULT=y