diff options
author | Eric Sun <jian.sun@freescale.com> | 2012-04-09 13:43:19 +0800 |
---|---|---|
committer | Eric Sun <jian.sun@freescale.com> | 2012-04-09 13:53:19 +0800 |
commit | 10c85638bd7a321663943ec99431147922eb2b0c (patch) | |
tree | a128e4846422b179cd8bc7adad4f7795f2faefc0 /include/configs | |
parent | e16c1bcc77ce5814c865bf1724713d735aac22ae (diff) | |
download | u-boot-imx-10c85638bd7a321663943ec99431147922eb2b0c.zip u-boot-imx-10c85638bd7a321663943ec99431147922eb2b0c.tar.gz u-boot-imx-10c85638bd7a321663943ec99431147922eb2b0c.tar.bz2 |
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 <jian.sun@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx6q_arm2.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |