summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2016-03-16 14:08:07 +0800
committerYe Li <ye.li@nxp.com>2017-03-14 21:27:09 +0800
commit5364f297ccbb89c796cc9a67e28fe50d3ee2dad1 (patch)
tree121a14544cb1838179f6f5678071ec447b8546ee /include
parentf6eebed89c03243d78723b94d16ebffebc300516 (diff)
downloadu-boot-imx-5364f297ccbb89c796cc9a67e28fe50d3ee2dad1.zip
u-boot-imx-5364f297ccbb89c796cc9a67e28fe50d3ee2dad1.tar.gz
u-boot-imx-5364f297ccbb89c796cc9a67e28fe50d3ee2dad1.tar.bz2
MLK-12416-10: mx6ul: Add comments for BEE
Add comments for enabling BEE. Signed-off-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit e5cc58b71e28b2bb3c66fbe8af373cff31eb3017)
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 71c22ff..128181d 100644
--- a/include/configs/mx6ul_14x14_evk.h
+++ b/include/configs/mx6ul_14x14_evk.h
@@ -13,6 +13,9 @@
#include "mx6_common.h"
#include <asm/imx-common/gpio.h>
+/* uncomment for BEE support, needs to enable CONFIG_CMD_FUSE */
+/* #define CONFIG_CMD_BEE */
+
#define is_mx6ul_9x9_evk() CONFIG_IS_ENABLED(TARGET_MX6UL_9X9_EVK)
/* SPL options */