From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lokesh Vutla Date: Wed, 31 Aug 2016 08:58:16 +0530 Subject: [U-Boot] [PATCH v4 06/10] ti: omap-common: Allow AM33xx devices to be built securely In-Reply-To: <20160830190629.13956-7-afd@ti.com> References: <20160830190629.13956-1-afd@ti.com> <20160830190629.13956-7-afd@ti.com> Message-ID: <8250de83-9505-dfc1-fa9e-bb545b2ef438@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 On Wednesday 31 August 2016 12:36 AM, Andrew F. Davis wrote: > Like OMAP54xx and AM43xx family SoCs, AM33xx based SoCs have high > security enabled models. Allow AM33xx devices to be built with > HS Device Type Support. > > Signed-off-by: Andrew F. Davis > Reviewed-by: Tom Rini Acked-by: Lokesh Vutla Thanks and regards, Lokesh > --- > 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 7b39506..4daccd9 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 > + depends on OMAP54XX || AM43XX || AM33XX > help > If a high secure (HS) device type is being used, this config > must be set. This option impacts various aspects of the >