
3 Jan
2017
3 Jan
'17
10:05 a.m.
Hi Stefano,
On Tue, Dec 27, 2016 at 12:07:40PM +0000, Peng Fan wrote:
-----Original Message----- From: U-Boot [mailto:u-boot-bounces@lists.denx.de] On Behalf Of Fabio Estevam Sent: Tuesday, December 27, 2016 7:23 PM To: Peng Fan peng.fan@nxp.com Cc: U-Boot-Denx u-boot@lists.denx.de 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 peng.fan@nxp.com 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.