diff options
author | Wang Haoran <Haoran.Wang@freescale.com> | 2016-07-13 09:51:53 +0800 |
---|---|---|
committer | Wang Haoran <Haoran.Wang@freescale.com> | 2016-07-21 13:51:06 +0800 |
commit | 35775534298db64dd83a5d8ef607f14550c1bcea (patch) | |
tree | 578be8242d8da9ba2784789debe82591667baee0 | |
parent | 188adeec4e4f12d1dbd641f68cae6988a5e71bbd (diff) | |
download | u-boot-imx-35775534298db64dd83a5d8ef607f14550c1bcea.zip u-boot-imx-35775534298db64dd83a5d8ef607f14550c1bcea.tar.gz u-boot-imx-35775534298db64dd83a5d8ef607f14550c1bcea.tar.bz2 |
MA-7875-3 Support fastboot lock/unlock in i.MX6UL
Enable fastboot lock/unlock for Brillo in i.MX6UL
platforms include:
o Pico i.MX6UL
o EVK i.MX6UL 14x14
Signed-off-by: Wang Haoran <Haoran.Wang@freescale.com>
-rw-r--r-- | include/configs/mx6ul_14x14_evk_brillo.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/mx6ul_14x14_evk_brillo.h b/include/configs/mx6ul_14x14_evk_brillo.h index ad1ad93..a91ff04 100644 --- a/include/configs/mx6ul_14x14_evk_brillo.h +++ b/include/configs/mx6ul_14x14_evk_brillo.h @@ -15,6 +15,16 @@ #define CONFIG_CMD_FAT #define CONFIG_DOS_PARTITION +#define CONFIG_FASTBOOT_LOCK + +#define FSL_FASTBOOT_FB_DEV "mmc" +#define FSL_FASTBOOT_DATA_PART_NUM 4 +#define FSL_FASTBOOT_FB_PART_NUM 10 + +#define CONFIG_FSL_CAAM_KB +#define CONFIG_SHA1 +#define CONFIG_SHA256 + #define CONFIG_SYS_BOOTM_LEN 0x1000000 #define CONFIG_CMD_READ |