From: Vagrant Cascadian <vagrant@debian.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] imx6: fix warnings due to switch to distro environment
Date: Sat, 14 Nov 2015 08:10:19 -0600 [thread overview]
Message-ID: <874mgo659w.fsf@aikidev.net> (raw)
In-Reply-To: <1447408349-20272-1-git-send-email-sbabic@denx.de>
On 2015-11-13, Stefano Babic wrote:
> wandboard and mx6cuboxi have warnings because BOOT_DELAY
> is defined twice.
>
> Signed-off-by: Stefano Babic <sbabic@denx.de>
> CC: Vagrant Cascadian <vagrant@debian.org>
> CC: Otavio Salvador <otavio@ossystems.com.br>
> CC: Fabio Estevam <fabio.estevam@freescale.com>
> ---
> include/configs/mx6cuboxi.h | 2 +-
> include/configs/wandboard.h | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Tested-By: Vagrant Cascadian <vagrant@debian.org>
live well,
vagrant
> diff --git a/include/configs/mx6cuboxi.h b/include/configs/mx6cuboxi.h
> index 0f3b992..4feb121 100644
> --- a/include/configs/mx6cuboxi.h
> +++ b/include/configs/mx6cuboxi.h
> @@ -8,6 +8,7 @@
> #ifndef __MX6CUBOXI_CONFIG_H
> #define __MX6CUBOXI_CONFIG_H
>
> +#include <config_distro_defaults.h>
> #include "mx6_common.h"
>
> #define CONFIG_SPL_LIBCOMMON_SUPPORT
> @@ -137,7 +138,6 @@
> func(PXE, pxe, na) \
> func(DHCP, dhcp, na)
>
> -#include <config_distro_defaults.h>
> #include <config_distro_bootcmd.h>
>
> #else
> diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h
> index 6408b5e..4c8e9e9 100644
> --- a/include/configs/wandboard.h
> +++ b/include/configs/wandboard.h
> @@ -9,6 +9,7 @@
> #ifndef __CONFIG_H
> #define __CONFIG_H
>
> +#include <config_distro_defaults.h>
> #include "mx6_common.h"
>
> #define CONFIG_SPL_LIBCOMMON_SUPPORT
> @@ -166,7 +167,6 @@
> "run findfdt; " \
> "run distro_bootcmd"
>
> -#include <config_distro_defaults.h>
> #include <config_distro_bootcmd.h>
>
> /* Physical Memory Map */
> --
> 1.9.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151114/820945d0/attachment.sig>
prev parent reply other threads:[~2015-11-14 14:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-13 9:52 [U-Boot] [PATCH] imx6: fix warnings due to switch to distro environment Stefano Babic
2015-11-14 14:10 ` Vagrant Cascadian [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=874mgo659w.fsf@aikidev.net \
--to=vagrant@debian.org \
--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