From ae973bc45dd60b9eeff2729b46498b58625fd5f2 Mon Sep 17 00:00:00 2001 From: Breno Lima Date: Fri, 5 Aug 2016 13:49:31 -0300 Subject: [PATCH] warp7: Select secure boot In order to boot NXP 4.1.15 we need to boot in secure mode. So enable the variable CONFIG_ARMV7_BOOT_SEC_DEFAULT by default. Signed-off-by: Breno Lima --- configs/warp7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig index 617e0a060a..34fcdea1e3 100644 --- a/configs/warp7_defconfig +++ b/configs/warp7_defconfig @@ -33,3 +33,4 @@ CONFIG_G_DNL_PRODUCT_NUM=0xa4a5 CONFIG_USB_EHCI_HCD=y CONFIG_MXC_USB_OTG_HACTIVE=y CONFIG_OF_LIBFDT=y +CONFIG_ARMV7_BOOT_SEC_DEFAULT=y -- 2.40.1