From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Date: Thu, 5 Jan 2017 21:33:08 -0200 Subject: [U-Boot] [PATCH] README: mxc_hab: Adapt the CONFIG_SECURE_BOOT text to Kconfig Message-ID: <1483659188-20785-1-git-send-email-festevam@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Fabio Estevam Commit 6e1f4d2652e79 ("arm: imx-common: add SECURE_BOOT option to Kconfig") moved the CONFIG_SECURE_BOOT option to Kconfig, so update the mxc_hab README file to reflect that. Signed-off-by: Fabio Estevam --- doc/README.mxc_hab | 5 ++--- 1 file 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 -- 2.7.4