From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulises Cardenas Date: Tue, 2 Jun 2015 16:16:24 -0500 Subject: [U-Boot] patch: fix typo in mxc_hab docs In-Reply-To: References: Message-ID: <556E1D28.3000603@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Chris, On 6/2/2015 3:44 PM, Chris Kuethe wrote: > diff --git a/doc/README.mxc_hab b/doc/README.mxc_hab > index a1b1d34..5fe977c 100644 > --- a/doc/README.mxc_hab > +++ b/doc/README.mxc_hab > @@ -69,7 +69,7 @@ CONFIG_SECURE_BOOT > CONFIG_SYS_FSL_SEC_COMPAT 4 /* HAB version */ > CONFIG_FSL_CAAM > CONFIG_CMD_DEKBLOB > -CONFIG_SYS_FSL_LE > +CONFIG_SYS_FSL_SEC_LE > > Note: The encrypted boot feature is only supported by HABv4 or > greater. This fix was already committed and applied to the repository. In the following commit: 8148b824492e7696a9e72bb5b715720db8fd889e Please pull the latest source code, you will see the changes. Regards, Ulises