diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2018-05-07 11:21:40 +0530 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-05-18 08:23:43 +0200 |
commit | 84a50745a65a6ca0018034d840d5f6bb6542b8af (patch) | |
tree | 35cd28abcd59d9f995eff946fec7b11df1e650fe /configs | |
parent | 9e759ce9044a978e90e3bd0d40bf4f29f19e267b (diff) |
configs: imx6dl-mamoj: Enable HAB
Enable Secure boot(HAB) for BTicino Mamoj board.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/imx6dl_mamoj_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx6dl_mamoj_defconfig b/configs/imx6dl_mamoj_defconfig index d789496dff..0001457f5d 100644 --- a/configs/imx6dl_mamoj_defconfig +++ b/configs/imx6dl_mamoj_defconfig @@ -49,3 +49,4 @@ CONFIG_CI_UDC=y CONFIG_DFU_MMC=y CONFIG_IMX_THERMAL=y CONFIG_SYS_I2C_MXC=y +CONFIG_SECURE_BOOT=y |