u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: Heinrich Schuchardt <xypron.glpk@gmx.de>
Cc: "Ilias Apalodimas" <ilias.apalodimas@linaro.org>,
	"Tom Rini" <trini@konsulko.com>, "Pali Rohár" <pali@kernel.org>,
	"Marek Behún" <marek.behun@nic.cz>,
	"Bin Meng" <bmeng.cn@gmail.com>,
	"Chee Hong Ang" <chee.hong.ang@intel.com>,
	"Sean Anderson" <seanga2@gmail.com>,
	"Patrick Delaunay" <patrick.delaunay@foss.st.com>,
	"Joe Hershberger" <joe.hershberger@ni.com>,
	"Nicolas Saenz Julienne" <nsaenzjulienne@suse.de>,
	"Wasim Khan" <wasim.khan@nxp.com>,
	"AKASHI Takahiro" <takahiro.akashi@linaro.org>,
	"Etienne Carriere" <etienne.carriere@linaro.org>,
	"Alexandru Gagniuc" <mr.nuke.me@gmail.com>,
	"Nandor Han" <nandor.han@vaisala.com>,
	"Steffen Jaeckel" <jaeckel-floss@eyet-services.de>,
	"Heiko Schocher" <hs@denx.de>,
	"Asherah Connor" <ashe@kivikakk.ee>,
	"Andre Przywara" <andre.przywara@arm.com>,
	"U-Boot Mailing List" <u-boot@lists.denx.de>
Subject: Re: [PATCH] sandbox: Remove OF_HOSTFILE
Date: Mon, 11 Oct 2021 13:20:41 -0600	[thread overview]
Message-ID: <CAPnjgZ2RgvV248oxJnmgO6MABf2YHS4i6nYf9dcEi0qnT2U30g@mail.gmail.com> (raw)
In-Reply-To: <ff1148f0-7ca0-e039-f6e8-3232f623f0ff@gmx.de>

Hi Ilias,

On Wed, 29 Sept 2021 at 01:52, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
>
>
> On 9/29/21 08:25, Ilias Apalodimas wrote:
> >>>> - */
> >>>> -int sandbox_read_fdt_from_file(void);
> >>>> -
> >>>>   /**
> >>>>    * sandbox_reset() - reset sandbox
> >>>>    *
> >>>> diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig
> >>>> index f7098b496983..358a6c168259 100644
> >>>> --- a/configs/sandbox64_defconfig
> >>>> +++ b/configs/sandbox64_defconfig
> >>>> @@ -86,7 +86,7 @@ CONFIG_MAC_PARTITION=y
> >>>>   CONFIG_AMIGA_PARTITION=y
> >>>>   CONFIG_OF_CONTROL=y
> >>>>   CONFIG_OF_LIVE=y
> >>>> -CONFIG_OF_HOSTFILE=y
> >>>> +CONFIG_OF_BOARD=y
> >>>
> >>> Can we put this in Kconfig instead, so it is enabled for all sandbox boards?
> >>
> >> Sure
> >
> > Looking at this again,  is this doable?  I remember 'select' being
> > available only on bool or tristate options.  Is there another way?
> >
> > Cheers
> > /Ilias
> >
>
> This will work:
>
> diff --git a/dts/Kconfig b/dts/Kconfig
> index dabe0080c1..6aca8a8738 100644
> --- a/dts/Kconfig
> +++ b/dts/Kconfig
> @@ -90,6 +90,7 @@ config OF_LIVE
>   choice
>          prompt "Provider of DTB for DT control"
>          depends on OF_CONTROL
> +       default OF_BOARD if SANDBOX
>
>   config OF_SEPARATE
>          bool "Separate DTB for DT control"
>

Do you have a new version of this one, please? We should try to get it in soon.

Regards
SImon

  reply	other threads:[~2021-10-11 19:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-28  9:05 [PATCH] sandbox: Remove OF_HOSTFILE Ilias Apalodimas
2021-09-28  9:05 ` Ilias Apalodimas
2021-09-28 22:46   ` Simon Glass
2021-09-29  5:39     ` Ilias Apalodimas
2021-09-29  6:25       ` Ilias Apalodimas
2021-09-29  7:44         ` Heinrich Schuchardt
2021-10-11 19:20           ` Simon Glass [this message]
2021-10-11 20:16             ` Ilias Apalodimas

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=CAPnjgZ2RgvV248oxJnmgO6MABf2YHS4i6nYf9dcEi0qnT2U30g@mail.gmail.com \
    --to=sjg@chromium.org \
    --cc=andre.przywara@arm.com \
    --cc=ashe@kivikakk.ee \
    --cc=bmeng.cn@gmail.com \
    --cc=chee.hong.ang@intel.com \
    --cc=etienne.carriere@linaro.org \
    --cc=hs@denx.de \
    --cc=ilias.apalodimas@linaro.org \
    --cc=jaeckel-floss@eyet-services.de \
    --cc=joe.hershberger@ni.com \
    --cc=marek.behun@nic.cz \
    --cc=mr.nuke.me@gmail.com \
    --cc=nandor.han@vaisala.com \
    --cc=nsaenzjulienne@suse.de \
    --cc=pali@kernel.org \
    --cc=patrick.delaunay@foss.st.com \
    --cc=seanga2@gmail.com \
    --cc=takahiro.akashi@linaro.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=wasim.khan@nxp.com \
    --cc=xypron.glpk@gmx.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;
as well as URLs for NNTP newsgroup(s).