From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] imx: dek_blob: Add explicit include for mapmem
Date: Fri, 15 May 2015 11:53:48 +0200 [thread overview]
Message-ID: <5555C22C.4010107@denx.de> (raw)
In-Reply-To: <1430751208-26572-1-git-send-email-Ulises.Cardenas@freescale.com>
On 04/05/2015 16:53, Ulises.Cardenas at freescale.com wrote:
> From: Ulises Cardenas <Ulises.Cardenas@freescale.com>
>
> 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 <Ulises.Cardenas@freescale.com>
> ---
>
> 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;
>
>
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: sbabic at denx.de
=====================================================================
prev parent reply other threads:[~2015-05-15 9:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-04 14:53 [U-Boot] [PATCH] imx: dek_blob: Add explicit include for mapmem Ulises.Cardenas at freescale.com
2015-05-04 15:04 ` Simon Glass
2015-05-10 15:20 ` Ruchika Gupta
2015-05-15 9:53 ` Stefano Babic [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5555C22C.4010107@denx.de \
--to=sbabic@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox