From 10c85638bd7a321663943ec99431147922eb2b0c Mon Sep 17 00:00:00 2001 From: Eric Sun Date: Mon, 9 Apr 2012 13:43:19 +0800 Subject: ENGR00179150 MX6Q_ARM2 HAB Boot : avoid uImage authentication on un-fused chip Before running authentication on uImage in DDR, u-boot first check if SEC_CONFIG[1] (OTP_CFG5[1]) is burned. If so, it means the chip is in secure configuration, the authentication continues; if not, the chip in not in secure configuration, just bypass the authentication Signed-off-by: Eric Sun --- include/configs/mx6q_arm2.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs') diff --git a/include/configs/mx6q_arm2.h b/include/configs/mx6q_arm2.h index b3e10f1..454852d 100644 --- a/include/configs/mx6q_arm2.h +++ b/include/configs/mx6q_arm2.h @@ -33,9 +33,7 @@ #define CONFIG_FLASH_HEADER_OFFSET 0x400 #define CONFIG_MX6_CLK32 32768 -/* #define CONFIG_SECURE_BOOT -*/ #define CONFIG_SKIP_RELOCATE_UBOOT -- cgit v1.1