Re: [U-Boot] [PATCH] mach-omap2: Cleanup secure boot media generation

2017-01-23 Thread Lokesh Vutla
On Monday 23 January 2017 11:04 PM, Andrew F. Davis wrote: > Currently all secure media types of SPL are generated for all platforms, > all platforms do not need all types, only generate the media types valid > for each platform. This fixed the build error on am57xx_hs_evm_defconfig. Tested-by:

Re: [U-Boot] [PATCH] mach-omap2: Cleanup secure boot media generation

2017-01-23 Thread Tom Rini
On Mon, Jan 23, 2017 at 11:34:37AM -0600, Andrew F. Davis wrote: > Currently all secure media types of SPL are generated for all platforms, > all platforms do not need all types, only generate the media types valid > for each platform. > > Signed-off-by: Andrew F. Davis Reviewed-by: Tom Rini

[U-Boot] [PATCH] mach-omap2: Cleanup secure boot media generation

2017-01-23 Thread Andrew F. Davis
Currently all secure media types of SPL are generated for all platforms, all platforms do not need all types, only generate the media types valid for each platform. Signed-off-by: Andrew F. Davis --- arch/arm/mach-omap2/config.mk | 38 -- 1 file changed, 28 in