diff mbox series

[U-Boot,4/4] imx: configs: Cleanup CONFIG_SECURE_BOOT comments

Message ID 1563453220-248-5-git-send-email-breno.lima@nxp.com
State Accepted
Commit e735c62701a1df86e5a43cbc8c003c5faeffed99
Delegated to: Stefano Babic
Headers show
Series Improve HAB support for SPL targets | expand

Commit Message

Breno Matheus Lima July 18, 2019, 12:34 p.m. UTC
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>
---
 include/configs/cl-som-imx7.h | 3 ---
 include/configs/mx7ulp_evk.h  | 3 ---
 2 files changed, 6 deletions(-)

Comments

Fabio Estevam July 18, 2019, 5:02 p.m. UTC | #1
On Thu, Jul 18, 2019 at 9:34 AM Breno Matheus Lima <breno.lima@nxp.com> wrote:
>
> 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>
diff mbox series

Patch

diff --git a/include/configs/cl-som-imx7.h b/include/configs/cl-som-imx7.h
index 73fbceec06..3ca16c5201 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
diff --git a/include/configs/mx7ulp_evk.h b/include/configs/mx7ulp_evk.h
index c53270d3ad..437b2758e8 100644
--- a/include/configs/mx7ulp_evk.h
+++ b/include/configs/mx7ulp_evk.h
@@ -11,9 +11,6 @@ 
 #include <linux/sizes.h>
 #include <asm/arch/imx-regs.h>
 
-/*Uncomment it to use secure boot*/
-/*#define CONFIG_SECURE_BOOT*/
-
 #define CONFIG_BOARD_POSTCLK_INIT
 #define CONFIG_SYS_BOOTM_LEN		0x1000000