diff options
author | Breno Matheus Lima <breno.lima@nxp.com> | 2019-07-18 12:34:30 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-10-08 16:35:58 +0200 |
commit | e735c62701a1df86e5a43cbc8c003c5faeffed99 (patch) | |
tree | ec3ad55aa26a05e7b4560cf8d52e7ec7268b438d /include/configs/cl-som-imx7.h | |
parent | 717143716602244037cb14359b02c14b0d75c464 (diff) | |
download | u-boot-e735c62701a1df86e5a43cbc8c003c5faeffed99.tar.gz |
imx: configs: Cleanup CONFIG_SECURE_BOOT comments
Since commit 6e1f4d2652e7 ("arm: imx-common: add SECURE_BOOT option
to Kconfig") the SECURE_BOOT option is selected through Kconfig.
Cleanup comments in code to align with this change.
Signed-off-by: Breno Lima <breno.lima@nxp.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'include/configs/cl-som-imx7.h')
-rw-r--r-- | include/configs/cl-som-imx7.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/cl-som-imx7.h b/include/configs/cl-som-imx7.h index 06f987d3ff..d0a60c25f7 100644 --- a/include/configs/cl-som-imx7.h +++ b/include/configs/cl-som-imx7.h @@ -17,9 +17,6 @@ #define CONFIG_BOARD_LATE_INIT -/* Uncomment to enable secure boot support */ -/* #define CONFIG_SECURE_BOOT */ - /* Network */ #define CONFIG_FEC_MXC #define CONFIG_FEC_XCV_TYPE RGMII |