From 486f4fa98c65baa6d70008ceb2d93ac0f8f7bd96 Mon Sep 17 00:00:00 2001 From: Chin Liang See Date: Fri, 27 Nov 2015 21:32:40 +0800 Subject: arm: socfpga: Remove fsloadcmd from environment 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 Reviewed-by: Stefan Roese --- include/configs/socfpga_sockit.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/socfpga_sockit.h') diff --git a/include/configs/socfpga_sockit.h b/include/configs/socfpga_sockit.h index d26f53d..5bcee05 100644 --- a/include/configs/socfpga_sockit.h +++ b/include/configs/socfpga_sockit.h @@ -79,7 +79,6 @@ "bootimage=zImage\0" \ "fdt_addr=100\0" \ "fdtimage=socfpga.dtb\0" \ - "fsloadcmd=ext2load\0" \ "bootm ${loadaddr} - ${fdt_addr}\0" \ "mmcroot=/dev/mmcblk0p2\0" \ "mmcboot=setenv bootargs " CONFIG_BOOTARGS \ -- cgit v1.1