diff options
author | Bryan O'Donoghue | 2018-04-24 18:44:31 +0100 |
---|---|---|
committer | Stefano Babic | 2018-04-26 09:31:20 +0200 |
commit | 8273209bd9741e52e7a9db4ea76113e82213bbc0 (patch) | |
tree | 82578e1493d0f4e3d94f5fef770c17ad4bf9edf6 /board/warp7 | |
parent | 948239ea164b6dca98a9d49fb83425b2089e3a46 (diff) |
warp7: secure_defconfig: Remove secure_defconfig
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>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'board/warp7')
-rw-r--r-- | board/warp7/MAINTAINERS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/warp7/MAINTAINERS b/board/warp7/MAINTAINERS index 0fc9746606b..1d3ee292222 100644 --- a/board/warp7/MAINTAINERS +++ b/board/warp7/MAINTAINERS @@ -4,4 +4,3 @@ S: Maintained F: board/warp7/ F: include/configs/warp7.h F: configs/warp7_defconfig -F: configs/warp7_secure_defconfig |