Re: [U-Boot] [PATCH 6/7] configs: Add a config for AM65x High Security EVM

2019-02-13 Thread Tom Rini
On Wed, Feb 13, 2019 at 12:37:11PM -0600, Andrew F. Davis wrote: > Add new defconfig files for the AM65x High Security EVM. > > This defconfigs are the same as for the non-secure part, except for: > CONFIG_TI_SECURE_DEVICE option set to 'y' > CONFIG_FIT_IMAGE_POST_PROCESS option set to

[U-Boot] [PATCH 6/7] configs: Add a config for AM65x High Security EVM

2019-02-13 Thread Andrew F. Davis
Add new defconfig files for the AM65x High Security EVM. This defconfigs are the same as for the non-secure part, except for: CONFIG_TI_SECURE_DEVICE option set to 'y' CONFIG_FIT_IMAGE_POST_PROCESS option set to 'y' CONFIG_SPL_FIT_IMAGE_POST_PROCESS option set to 'y' Signed-off-by: