Commit 486f4fa98c65baa6d70008ceb2d93ac0f8f7bd96

Authored by Chin Liang See
Committed by Marek Vasut
1 parent 271e9ecd72

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 <clsee@altera.com>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Cc: Dinh Nguyen <dinh.linux@gmail.com>
Cc: Pavel Machek <pavel@denx.de>
Cc: Marek Vasut <marex@denx.de>
Cc: Stefan Roese <sr@denx.de>
Reviewed-by: Stefan Roese <sr@denx.de>

Showing 5 changed files with 0 additions and 5 deletions Side-by-side Diff

include/configs/socfpga_arria5_socdk.h
... ... @@ -79,7 +79,6 @@
79 79 "bootimage=zImage\0" \
80 80 "fdt_addr=100\0" \
81 81 "fdtimage=socfpga.dtb\0" \
82   - "fsloadcmd=ext2load\0" \
83 82 "bootm ${loadaddr} - ${fdt_addr}\0" \
84 83 "mmcroot=/dev/mmcblk0p2\0" \
85 84 "mmcboot=setenv bootargs " CONFIG_BOOTARGS \
include/configs/socfpga_cyclone5_socdk.h
... ... @@ -79,7 +79,6 @@
79 79 "bootimage=zImage\0" \
80 80 "fdt_addr=100\0" \
81 81 "fdtimage=socfpga.dtb\0" \
82   - "fsloadcmd=ext2load\0" \
83 82 "bootm ${loadaddr} - ${fdt_addr}\0" \
84 83 "mmcroot=/dev/mmcblk0p2\0" \
85 84 "mmcboot=setenv bootargs " CONFIG_BOOTARGS \
include/configs/socfpga_de0_nano_soc.h
... ... @@ -74,7 +74,6 @@
74 74 "bootimage=zImage\0" \
75 75 "fdt_addr=100\0" \
76 76 "fdtimage=socfpga.dtb\0" \
77   - "fsloadcmd=ext2load\0" \
78 77 "bootm ${loadaddr} - ${fdt_addr}\0" \
79 78 "mmcroot=/dev/mmcblk0p2\0" \
80 79 "mmcboot=setenv bootargs " CONFIG_BOOTARGS \
include/configs/socfpga_sockit.h
... ... @@ -79,7 +79,6 @@
79 79 "bootimage=zImage\0" \
80 80 "fdt_addr=100\0" \
81 81 "fdtimage=socfpga.dtb\0" \
82   - "fsloadcmd=ext2load\0" \
83 82 "bootm ${loadaddr} - ${fdt_addr}\0" \
84 83 "mmcroot=/dev/mmcblk0p2\0" \
85 84 "mmcboot=setenv bootargs " CONFIG_BOOTARGS \
include/configs/socfpga_socrates.h
... ... @@ -75,7 +75,6 @@
75 75 "bootimage=zImage\0" \
76 76 "fdt_addr=100\0" \
77 77 "fdtimage=socfpga.dtb\0" \
78   - "fsloadcmd=ext2load\0" \
79 78 "bootm ${loadaddr} - ${fdt_addr}\0" \
80 79 "mmcroot=/dev/mmcblk0p2\0" \
81 80 "mmcboot=setenv bootargs " CONFIG_BOOTARGS \