]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
arm: socfpga: cyclone5_socdk: Enable qspiload console command
authorChin Liang See <clsee@altera.com>
Tue, 22 Dec 2015 07:32:35 +0000 (15:32 +0800)
committerMarek Vasut <marex@denx.de>
Tue, 22 Dec 2015 20:30:01 +0000 (21:30 +0100)
Enabling qspiload command which will load the kernel
image and dtb from UBIFS within MTD partition labeled
UBI.

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>
include/configs/socfpga_cyclone5_socdk.h

index 72a3cef13c917089628595f3692cfb6b0074d2ab..0ed7f42daef440d05c92be7e58404e9e93d6f6d3 100644 (file)
@@ -70,6 +70,7 @@
        "mmcload=mmc rescan;" \
                "load mmc 0:1 ${loadaddr} ${bootimage};" \
                "load mmc 0:1 ${fdt_addr} ${fdtimage}\0" \
+       "qspiload=sf probe && mtdparts default && run ubiload\0" \
        "qspiroot=/dev/mtdblock0\0" \
        "qspirootfstype=jffs2\0" \
        "qspiboot=setenv bootargs " CONFIG_BOOTARGS \