Browse Source

mx7dsabresd: Select CONFIG_IMX_HAB

Select CONFIG_IMX_HAB so that the "hab_status" command
becomes available, which is useful for checking if the
chip has been correctly setup to run in secure boot mode.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Fabio Estevam 2 years ago
parent
commit
0ac226b3c6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      configs/mx7dsabresd_defconfig

+ 1 - 0
configs/mx7dsabresd_defconfig

@@ -11,6 +11,7 @@ CONFIG_TARGET_MX7DSABRESD=y
 # CONFIG_ARMV7_VIRT is not set
 CONFIG_IMX_RDC=y
 CONFIG_IMX_BOOTAUX=y
+CONFIG_IMX_HAB=y
 CONFIG_DISTRO_DEFAULTS=y
 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7dsabresd/imximage.cfg"
 CONFIG_BOOTCOMMAND="run finduuid; run distro_bootcmd"