From mboxrd@z Thu Jan 1 00:00:00 1970 From: Madan Srinivas Date: Thu, 1 Sep 2016 01:04:39 -0400 Subject: [U-Boot] [PATCH v2 4/7] arm: omap-common: Enable support for K2 HS devices in u-boot In-Reply-To: <1472706282-6772-1-git-send-email-madans@ti.com> References: <1472706282-6772-1-git-send-email-madans@ti.com> Message-ID: <1472706282-6772-5-git-send-email-madans@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Vitaly Andrianov Like the OMAP54xx, AM43xx & AM33xx family SoCs, the keystone family of SoCs also have high security enabled models. Allow K2E devices to be built with HS Device Type Support. This patch applies on top of the patch ti: omap-common: Allow AM33xx devices to be built securely submitted by Andrew Davis Signed-off-by: Vitaly Andrianov Signed-off-by: Madan Srinivas Acked-by: Andrew F. Davis --- Changes in v2: None arch/arm/cpu/armv7/omap-common/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/cpu/armv7/omap-common/Kconfig b/arch/arm/cpu/armv7/omap-common/Kconfig index 4daccd9..91d6b2c 100644 --- a/arch/arm/cpu/armv7/omap-common/Kconfig +++ b/arch/arm/cpu/armv7/omap-common/Kconfig @@ -1,6 +1,6 @@ config TI_SECURE_DEVICE bool "HS Device Type Support" - depends on OMAP54XX || AM43XX || AM33XX + depends on OMAP54XX || AM43XX || AM33XX || ARCH_KEYSTONE help If a high secure (HS) device type is being used, this config must be set. This option impacts various aspects of the -- 2.7.4