On 28/11/2017 00:02, Breno Lima wrote: > From: Breno Lima <[email protected]> > > Secure boot is not enabled in mx6slevk imximage.cfg, add support for it. > > Signed-off-by: Breno Lima <[email protected]> > --- > board/freescale/mx6slevk/imximage.cfg | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/board/freescale/mx6slevk/imximage.cfg > b/board/freescale/mx6slevk/imximage.cfg > index 024de9c..9722eb5 100644 > --- a/board/freescale/mx6slevk/imximage.cfg > +++ b/board/freescale/mx6slevk/imximage.cfg > @@ -8,6 +8,8 @@ > * > * The syntax is taken as close as possible with the kwbimage > */ > +#define __ASSEMBLY__ > +#include <config.h> > > /* image version */ > > @@ -21,6 +23,13 @@ IMAGE_VERSION 2 > BOOT_FROM sd > > /* > + * Secure boot support > + */ > +#ifdef CONFIG_SECURE_BOOT > +CSF CONFIG_CSF_SIZE > +#endif > + > +/* > * Device Configuration Data (DCD) > * > * Each entry must have the format: >
Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: [email protected] ===================================================================== _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

