summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-09-10 14:40:01 +0800
committerMax Krummenacher <max.krummenacher@toradex.com>2016-03-09 14:42:48 +0100
commit54ab6f9ff6d65e2dbf322c719936a439b9903672 (patch)
treeed6f756e1ec50ce11ee74255e3b78c989f150282 /include
parentc6157ee0331ebae6a30fb7b0de2fb461f2093a07 (diff)
MLK-11528 imx: mx6ul check fuse before init bee
Need to check fuse bit 25 of bank 0 word 4 before initialize bee. The bit: 0 means bee enabled, 1 means bee disabled. If disabled, continuing initialize bee will cause system hang, so need to check this bit before initialize bee. Add macro to enable BEE in header file, default disabled. Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6ul_14x14_evk.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h
index cc1df2e3e8..0ccd984bf2 100644
--- a/include/configs/mx6ul_14x14_evk.h
+++ b/include/configs/mx6ul_14x14_evk.h
@@ -31,6 +31,9 @@
/* uncomment for SECURE mode support */
/* #define CONFIG_SECURE_BOOT */
+/* uncomment for BEE support, needs to enable CONFIG_CMD_FUSE */
+/* #define CONFIG_CMD_BEE */
+
#ifdef CONFIG_SECURE_BOOT
#ifndef CONFIG_CSF_SIZE
#define CONFIG_CSF_SIZE 0x4000