All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Robinson <pbrobinson@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] snow: set fdtfile
Date: Fri, 13 Jul 2018 18:20:37 +0100	[thread overview]
Message-ID: <CALeDE9MGko=cWRONcrRWhQq+HqcWoA_PSAdN8U0Tnd=Cq+Sp7A@mail.gmail.com> (raw)
In-Reply-To: <20180614203410.10482-1-guillaume.gardet@free.fr>

On Thu, Jun 14, 2018 at 9:34 PM, Guillaume GARDET
<guillaume.gardet@free.fr> wrote:
> Needed to boot with EFI distro boot.
>
> Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr>
>
> Cc: Akshay Saraswat <akshay.s@samsung.com>
> Cc: Tom Rini <trini@konsulko.com>
> ---
>  include/configs/snow.h | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/include/configs/snow.h b/include/configs/snow.h
> index 3b0db32ece..c546a5a6d0 100644
> --- a/include/configs/snow.h
> +++ b/include/configs/snow.h
> @@ -8,6 +8,9 @@
>  #ifndef __CONFIG_SNOW_H
>  #define __CONFIG_SNOW_H
>
> +#define EXYNOS_FDTFILE_SETTING \
> +       "fdtfile=exynos5250-snow.dtb\0"

Isn't it set in configs/snow_defconfig with
CONFIG_DEFAULT_DEVICE_TREE="exynos5250-snow"

>  #include <configs/exynos5250-common.h>
>  #include <configs/exynos5-dt-common.h>
>  #include <configs/exynos5-common.h>
> --
> 2.17.1
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot

  parent reply	other threads:[~2018-07-13 17:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-14 20:34 [U-Boot] [PATCH] snow: set fdtfile Guillaume GARDET
2018-07-13 16:33 ` Guillaume Gardet
2018-07-13 17:20 ` Peter Robinson [this message]
2018-07-16  8:46   ` Guillaume Gardet
2018-07-16  9:04     ` Minkyu Kang
2018-07-27  6:54       ` Minkyu Kang

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='CALeDE9MGko=cWRONcrRWhQq+HqcWoA_PSAdN8U0Tnd=Cq+Sp7A@mail.gmail.com' \
    --to=pbrobinson@gmail.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.