From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peng Fan Date: Tue, 3 Jan 2017 17:05:02 +0800 Subject: [U-Boot] [PATCH V2 20/20] imx: mx7ulp_evk: enable mmc/regulator support In-Reply-To: References: <1482833066-29291-1-git-send-email-peng.fan@nxp.com> <1482833066-29291-21-git-send-email-peng.fan@nxp.com> Message-ID: <20170103090500.GA19291@linux-7smt.suse> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stefano, On Tue, Dec 27, 2016 at 12:07:40PM +0000, Peng Fan wrote: > > >> -----Original Message----- >> From: U-Boot [mailto:u-boot-bounces at lists.denx.de] On Behalf Of Fabio >> Estevam >> Sent: Tuesday, December 27, 2016 7:23 PM >> To: Peng Fan >> Cc: U-Boot-Denx >> Subject: Re: [U-Boot] [PATCH V2 20/20] imx: mx7ulp_evk: enable >> mmc/regulator support >> >> On Tue, Dec 27, 2016 at 8:04 AM, Peng Fan wrote: >> >> > +#define CONFIG_EXTRA_ENV_SETTINGS \ >> > + "script=boot.scr\0" \ >> > + "image=zImage\0" \ >> > + "console=ttyLP0\0" \ >> > + "fdt_high=0xffffffff\0" \ >> > + "initrd_high=0xffffffff\0" \ >> > + "fdt_file=imx7ulp-evk.dtb\0" \ >> > + "fdt_addr=0x63000000\0" \ >> > + "boot_fdt=try\0" \ >> >> On this platform we will always boot from dt, so we can remove this variable... > > >Fix in v3. I do not see more comments on the patch set. Can I post a follow up patch to fix this, but not send out a whole V3 patch set? Thanks, Peng.