diff options
| author | Tom Rini <[email protected]> | 2018-02-04 08:30:13 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-02-04 08:30:13 -0500 |
| commit | ab1af91093e3a5e3e86b77ebaf568facd386a1df (patch) | |
| tree | aa005b3bd0fd5716d8dd3b69c1c55f14a34f5f9e /doc | |
| parent | b2153075f42c2d46d310778e226bcb11f0af47f5 (diff) | |
| parent | d1ceb0c4881332cb0586920f0a40f8e4a48d99a9 (diff) | |
Merge git://git.denx.de/u-boot-imx
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/README.mxc_hab | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/README.mxc_hab b/doc/README.mxc_hab index c1f8ded5ee1..4bd07d31516 100644 --- a/doc/README.mxc_hab +++ b/doc/README.mxc_hab @@ -68,13 +68,10 @@ the CSF file. The DEK blob is generated by an authenticated U-Boot image with the dek_blob cmd enabled. The image used for DEK blob generation -needs to have the following configurations enabled: +needs to have the following configurations enabled in Kconfig: -CONFIG_SECURE_BOOT -CONFIG_SYS_FSL_SEC_COMPAT 4 /* HAB version */ -CONFIG_FSL_CAAM -CONFIG_CMD_DEKBLOB -CONFIG_SYS_FSL_SEC_LE +CONFIG_SECURE_BOOT=y +CONFIG_CMD_DEKBLOB=y Note: The encrypted boot feature is only supported by HABv4 or greater. |
