Commit 79d08029534c6e43905d410c5804cc2fb9984399

Authored by Fabio Estevam
Committed by Stefano Babic
1 parent 8955519bb3

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>

Showing 1 changed file with 3 additions and 6 deletions Side-by-side Diff

... ... @@ -68,13 +68,10 @@
68 68  
69 69 The DEK blob is generated by an authenticated U-Boot image with
70 70 the dek_blob cmd enabled. The image used for DEK blob generation
71   -needs to have the following configurations enabled:
  71 +needs to have the following configurations enabled in Kconfig:
72 72  
73   -CONFIG_SECURE_BOOT
74   -CONFIG_SYS_FSL_SEC_COMPAT 4 /* HAB version */
75   -CONFIG_FSL_CAAM
76   -CONFIG_CMD_DEKBLOB
77   -CONFIG_SYS_FSL_SEC_LE
  73 +CONFIG_SECURE_BOOT=y
  74 +CONFIG_CMD_DEKBLOB=y
78 75  
79 76 Note: The encrypted boot feature is only supported by HABv4 or
80 77 greater.