> -----Original Message----- > From: [email protected] > [mailto:[email protected]] > Sent: Monday, May 04, 2015 8:23 PM > To: Estevam Fabio-R49496 > Cc: [email protected]; [email protected]; [email protected]; Garg Nitin- > B37173; Gupta Ruchika-R66431; Ulises Cardenas Casas > Subject: [PATCH] imx: dek_blob: Add explicit include for mapmem > > From: Ulises Cardenas <[email protected]> > > Boards such as imx6q_sabresd might not have mapmem.h as part of their > common library. This causes a build error if the DEK blob command is > enabled. > > Fix: make explicit the include of mapmem.h > > Signed-off-by: Ulises Cardenas <[email protected]> > --- > > arch/arm/imx-common/cmd_dek.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/imx-common/cmd_dek.c b/arch/arm/imx- > common/cmd_dek.c index d93d5fb..ada8adf 100644 > --- a/arch/arm/imx-common/cmd_dek.c > +++ b/arch/arm/imx-common/cmd_dek.c > @@ -14,6 +14,7 @@ > #include <linux/compiler.h> > #include <fsl_sec.h> > #include <asm/arch/clock.h> > +#include <mapmem.h> > > DECLARE_GLOBAL_DATA_PTR; > > -- > 2.3.2 Reviewed-by: Ruchika Gupta <[email protected]>
_______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

