From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Fri, 27 Nov 2015 20:18:42 +0800 Subject: [U-Boot] [PATCH] arm: socfpga: Remove fsloadcmd from environment In-Reply-To: <201511271314.55367.marex@denx.de> References: <1448591271-2165-1-git-send-email-clsee@altera.com> <201511271135.30209.marex@denx.de> <1448626221.2125.6.camel@altera.com> <201511271314.55367.marex@denx.de> Message-ID: <1448626722.2125.12.camel@altera.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 2015-11-27 at 13:14 +0100, Marek Vasut wrote: > On Friday, November 27, 2015 at 01:10:21 PM, Chin Liang See wrote: > > On Fri, 2015-11-27 at 11:35 +0100, Marek Vasut wrote: > > > On Friday, November 27, 2015 at 03:27:51 AM, Chin Liang See > > > wrote: > > > > Remove fsloadcmd / ext2load as we are using load command > > > > which use the corresponding latest file system command. > > > > > > > > Signed-off-by: Chin Liang See > > > > Cc: Dinh Nguyen > > > > Cc: Dinh Nguyen > > > > Cc: Pavel Machek > > > > Cc: Marek Vasut > > > > Cc: Stefan Roese > > > > --- > > > > > > > > include/configs/socfpga_arria5_socdk.h | 1 - > > > > include/configs/socfpga_cyclone5_socdk.h | 1 - > > > > include/configs/socfpga_de0_nano_soc.h | 1 - > > > > include/configs/socfpga_sockit.h | 1 - > > > > include/configs/socfpga_socrates.h | 1 - > > > > 5 files changed, 5 deletions(-) > > > > > > > > diff --git a/include/configs/socfpga_arria5_socdk.h > > > > b/include/configs/socfpga_arria5_socdk.h index 0506336..9337a58 > > > > 100644 > > > > --- a/include/configs/socfpga_arria5_socdk.h > > > > +++ b/include/configs/socfpga_arria5_socdk.h > > > > @@ -81,7 +81,6 @@ > > > > > > > > "fdt_addr=100\0" \ > > > > "fdtimage=socfpga.dtb\0" \ > > > > "fdtimagesize=0x7000\0" \ > > > > > > > > - "fsloadcmd=ext2load\0" \ > > > > > > > > "bootm ${loadaddr} - ${fdt_addr}\0" \ > > > > "mmcroot=/dev/mmcblk0p2\0" \ > > > > "mmcboot=setenv bootargs " CONFIG_BOOTARGS \ > > > > > > This doesn't apply to u-boot-socfpga/master . Any idea why ? > > > > Oh, this patch was on top of the QSPI patch. As that patch is > > acked, I > > am thinking that will be applied first than this (if acked). > > Um, what did I smoke what I acked that patch ? :O > Oh its actually acked by Pavel. But let me know if you want me to let this patch go first than QSPI. > btw. if you have some inter-patch deps, it'd be real nice if you > could > put a note about that somewhere next time. > Noted. Thanks Chin Liang > Best regards, > Marek Vasut