diff options
author | Peng Fan <peng.fan@nxp.com> | 2016-03-16 14:08:07 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2016-03-25 16:31:51 +0800 |
commit | e5cc58b71e28b2bb3c66fbe8af373cff31eb3017 (patch) | |
tree | dc41afa9e361fff1c218b1b21c53cb2ba8b5697a /include | |
parent | 901d9eb01736ab54822678a197fe1aeb281a81b9 (diff) | |
download | u-boot-imx-e5cc58b71e28b2bb3c66fbe8af373cff31eb3017.zip u-boot-imx-e5cc58b71e28b2bb3c66fbe8af373cff31eb3017.tar.gz u-boot-imx-e5cc58b71e28b2bb3c66fbe8af373cff31eb3017.tar.bz2 |
MLK-12416-10: mx6ul: Add comments for BEE
Add comments for enabling BEE.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6ul_14x14_evk.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h index 64a0aa5..eec6d1f 100644 --- a/include/configs/mx6ul_14x14_evk.h +++ b/include/configs/mx6ul_14x14_evk.h @@ -20,6 +20,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 |