Re: [U-Boot] [PATCH] imx: dek_blob: Add explicit include for mapmem

2015-05-15 Thread Stefano Babic
On 04/05/2015 16:53, ulises.carde...@freescale.com wrote: > From: Ulises Cardenas > > 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 > > Si

Re: [U-Boot] [PATCH] imx: dek_blob: Add explicit include for mapmem

2015-05-10 Thread Ruchika Gupta
> -Original Message- > From: ulises.carde...@freescale.com > [mailto:ulises.carde...@freescale.com] > Sent: Monday, May 04, 2015 8:23 PM > To: Estevam Fabio-R49496 > Cc: u-boot@lists.denx.de; sba...@denx.de; s...@chromium.org; Garg Nitin- > B37173; Gupta Ruchika-R66431; Ulises Cardenas Casa

[U-Boot] [PATCH] imx: dek_blob: Add explicit include for mapmem

2015-05-04 Thread Ulises.Cardenas
From: Ulises Cardenas 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 --- arch/arm/imx-common/cmd_dek.c | 1 + 1 f

Re: [U-Boot] [PATCH] imx: dek_blob: Add explicit include for mapmem

2015-05-04 Thread Simon Glass
On 4 May 2015 at 08:53, wrote: > From: Ulises Cardenas > > 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