From: Chin Liang See Date: Tue, 22 Dec 2015 07:32:35 +0000 (+0800) Subject: arm: socfpga: cyclone5_socdk: Enable qspiload console command X-Git-Tag: v2016.01-rc4~17^2~17 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d9f2bd4096e6d63cb4fb62a32dd4e7d200c22b42;p=u-boot arm: socfpga: cyclone5_socdk: Enable qspiload console command Enabling qspiload command which will load the kernel image and dtb from UBIFS within MTD partition labeled UBI. Signed-off-by: Chin Liang See Cc: Dinh Nguyen Cc: Dinh Nguyen Cc: Pavel Machek Cc: Marek Vasut Cc: Stefan Roese --- diff --git a/include/configs/socfpga_cyclone5_socdk.h b/include/configs/socfpga_cyclone5_socdk.h index 72a3cef13c..0ed7f42dae 100644 --- a/include/configs/socfpga_cyclone5_socdk.h +++ b/include/configs/socfpga_cyclone5_socdk.h @@ -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 \