diff options
author | Tom Rini <trini@konsulko.com> | 2017-02-01 16:34:25 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-02-01 16:34:25 -0500 |
commit | 43ade93bdb0c8bd57382be810a05b3793749ce85 (patch) | |
tree | f6c41122509adc4020f6e0a543cbba74892c151e /doc/README.mxc_hab | |
parent | f77309d34325369dbdf0bf62387c9e974f1b37da (diff) | |
parent | 11bd5e7b62070c7ca0188230edc4c5e7fdfe1349 (diff) | |
download | u-boot-imx-43ade93bdb0c8bd57382be810a05b3793749ce85.zip u-boot-imx-43ade93bdb0c8bd57382be810a05b3793749ce85.tar.gz u-boot-imx-43ade93bdb0c8bd57382be810a05b3793749ce85.tar.bz2 |
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Diffstat (limited to 'doc/README.mxc_hab')
-rw-r--r-- | doc/README.mxc_hab | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/README.mxc_hab b/doc/README.mxc_hab index b688580..c1f8ded 100644 --- a/doc/README.mxc_hab +++ b/doc/README.mxc_hab @@ -2,10 +2,9 @@ High Assurance Boot (HAB) for i.MX6 CPUs To enable the authenticated or encrypted boot mode of U-Boot, it is required to set the proper configuration for the target board. This -is done by adding the following configuration in in the proper config -file (e.g. include/configs/mx6qarm2.h) +is done by adding the following configuration in the defconfig file: -#define CONFIG_SECURE_BOOT +CONFIG_SECURE_BOOT=y In addition, the U-Boot image to be programmed into the boot media needs to be properly constructed, i.e. it must contain a |