[U-Boot] [PATCH] arm: socfpga: Remove fsloadcmd from environment
Marek Vasut
marex at denx.de
Fri Nov 27 11:35:30 CET 2015
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 <clsee at altera.com>
> Cc: Dinh Nguyen <dinguyen at opensource.altera.com>
> Cc: Dinh Nguyen <dinh.linux at gmail.com>
> Cc: Pavel Machek <pavel at denx.de>
> Cc: Marek Vasut <marex at denx.de>
> Cc: Stefan Roese <sr at denx.de>
> ---
> 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 ?
Best regards,
Marek Vasut
More information about the U-Boot
mailing list