Commit 636e69cbd2694c3c26f866799c60c0908a50069b

Authored by Breno Lima
Committed by Ye Li
1 parent c8ca53e989

MLK-20916-1: doc: imx: habv4: Fix typo in iMX6 and iMX7 encrypted boot guide

The set_priblob_bitfield command is enabled by selecting
CONFIG_CMD_PRIBLOB.

Fix typo in mx6_mx7_encrypted_boot.txt guide.

Signed-off-by: Breno Lima <breno.lima@nxp.com>
(cherry picked from commit 99f9696ef5f7d1c0f93b7d910e884890fca6c973)
(cherry picked from commit e3fbcaa744db8d4f0556c67c788ada939404a892)

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

doc/imx/habv4/guides/mx6_mx7_encrypted_boot.txt
... ... @@ -21,7 +21,7 @@
21 21  
22 22 CONFIG_FAT_WRITE=y
23 23 CONFIG_CMD_DEKBLOB=y
24   - CONFIG_CDM_PRIBLOB=y
  24 + CONFIG_CMD_PRIBLOB=y
25 25  
26 26 - Kconfig
27 27