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 12:22:50 +0800 |
commit | 54da49675053ce7ebf461860c7199a2a1dda372e (patch) | |
tree | 0177d0216867e028d40c4a18bae4ca59c7a31de4 /include | |
parent | 0d10d71e105a55c192b197e1f25b8c007efc3bbf (diff) | |
download | u-boot-imx-54da49675053ce7ebf461860c7199a2a1dda372e.zip u-boot-imx-54da49675053ce7ebf461860c7199a2a1dda372e.tar.gz u-boot-imx-54da49675053ce7ebf461860c7199a2a1dda372e.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>
Diffstat (limited to 'include')
-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 |