
Hi Bryan,
On Sat, Mar 31, 2018 at 2:50 PM, Bryan O'Donoghue bryan.odonoghue@linaro.org wrote:
This patch removes warp7_secure_defconfig. A previous patch set CONFIG_ARMV7_BOOT_SEC_DEFAULT=y on the unsecure WaRP7 config. Fabio asked if I could confirm that the NXP and upstream kernels will boot on the WaRP7 with CONFIG_ARMV7_BOOT_SEC_DEFAULT=y. I can confirm that this is the case, so there's no need to support the secure defconfig - drop it now.
Signed-off-by: Bryan O'Donoghue bryan.odonoghue@linaro.org Suggested-by: Fabio Estevam fabio.estevam@nxp.com
configs/warp7_secure_defconfig | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 configs/warp7_secure_defconfig
Please also remove the warp7_secure_defconfig entry from board/warp7/MAINTAINERS.
With that change applied you can add:
Reviewed-by: Fabio Estevam fabio.estevam@nxp.com
Thanks