From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gary Bisson Date: Tue, 10 Apr 2018 14:05:51 +0200 Subject: [U-Boot] [PATCH] imx: nitrogen6x: Convert Sabrelite to distro boot support In-Reply-To: References: <20180406100548.30074-1-guillaume.gardet@free.fr> <20180409144048.GA3451@t450s.lan> Message-ID: <20180410120551.GA2314@t450s.lan> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Fabio, On Mon, Apr 09, 2018 at 02:27:31PM -0300, Fabio Estevam wrote: > Hi Gary, > > On Mon, Apr 9, 2018 at 11:40 AM, Gary Bisson > wrote: > > >> #define CONFIG_EXTRA_ENV_SETTINGS \ > >> - "script=boot.scr\0" \ > >> - "uimage=uImage\0" \ > >> "console=ttymxc1\0" \ > >> "fdt_high=0xffffffff\0" \ > >> "initrd_high=0xffffffff\0" \ > >> - "fdt_file=imx6q-sabrelite.dtb\0" \ > >> + "fdtfile=imx6q-sabrelite.dtb\0" \ > > > > I wish the default efi_fdtfile would work, Fabio is there any plan to > > populate the ${soc} variable like it is done for i.MX7? [2] > > It seems we didn't need to do this yet, but if you see a need for it, > please post a patch. Will do. Thanks, Gary