From: Breno Lima Date: Fri, 5 Aug 2016 16:49:31 +0000 (-0300) Subject: warp7: Select secure boot X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ae973bc45dd60b9eeff2729b46498b58625fd5f2;p=bsp%2Fu-boot.git 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 --- 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