diff options
author | Fabio Estevam | 2018-01-21 15:57:32 -0200 |
---|---|---|
committer | Stefano Babic | 2018-02-04 12:14:10 +0100 |
commit | 79d08029534c6e43905d410c5804cc2fb9984399 (patch) | |
tree | c5ada5cac9dea3585d2fa8f123b227e82cf0fbc0 /doc/README.mxc_hab | |
parent | 8955519bb3782c70dcfe24e078789d52a748a10a (diff) |
doc: mxc_hab: Improve the config option list
The original text is from the time that the config options were not
converted to Kconfig.
After the conversion to Kconfig only CONFIG_SECURE_BOOT and
CONFIG_CMD_DEKBLOB need to be selected by the user.
The other config options are automatically selected by the Kconfig
logic.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Breno Lima <breno.lima@nxp.com>
Diffstat (limited to 'doc/README.mxc_hab')
-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. |