diff options
author | Winter Wang <wente.wang@nxp.com> | 2016-12-07 16:20:48 +0800 |
---|---|---|
committer | Winter Wang <wente.wang@nxp.com> | 2016-12-08 18:03:48 +0800 |
commit | bc0dca204a1b38566a4960408904649747f8a61b (patch) | |
tree | af61b688fac4966d5193774e2e5ff5248f395662 /configs/mx7dsabresdbrillo_defconfig | |
parent | 0eff322c2c115d7bc971362936c958fbcbe5d88a (diff) | |
download | u-boot-imx-bc0dca204a1b38566a4960408904649747f8a61b.zip u-boot-imx-bc0dca204a1b38566a4960408904649747f8a61b.tar.gz u-boot-imx-bc0dca204a1b38566a4960408904649747f8a61b.tar.bz2 |
MA-9095 configs: enable 7d's avb using RPMB
* use caam encrypted fastboot LOCK/UNLOCK for 7d;
* add CONFIG_AVB_SUPPORT; as 7d doesn't have enough FUSE bits to
store RPMB key, use the "fault" fuse bank size 0 to disable
write/read to fuse, also not set CONFIG_AVB_FUSE to prevent any
possiable key write to RPMB.
Change-Id: I7d75d9bf465feada2b1204615da3c127c8f10b69
Signed-off-by: Winter Wang <wente.wang@nxp.com>
Diffstat (limited to 'configs/mx7dsabresdbrillo_defconfig')
-rw-r--r-- | configs/mx7dsabresdbrillo_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mx7dsabresdbrillo_defconfig b/configs/mx7dsabresdbrillo_defconfig index 438fc3b..59eb4e1 100644 --- a/configs/mx7dsabresdbrillo_defconfig +++ b/configs/mx7dsabresdbrillo_defconfig @@ -1,4 +1,4 @@ -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7dsabresd/imximage.cfg,MX7D,ANDROID_SUPPORT,BRILLO_SUPPORT,EFI_PARTITION,FSL_BOOTCTL" +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7dsabresd/imximage.cfg,MX7D,ANDROID_SUPPORT,BRILLO_SUPPORT,EFI_PARTITION,AVB_SUPPORT" CONFIG_ARM=y CONFIG_TARGET_MX7DSABRESD=y CONFIG_SYS_MALLOC_F=y |