From: Chin Liang See Date: Tue, 22 Dec 2015 07:32:38 +0000 (+0800) Subject: arm: socfpga: sr1500: Enable qspiload console command X-Git-Tag: v2016.01-rc4~17^2~14 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b3bb1110cf8d2c43f15841151af0d560dc74c7b8;p=u-boot arm: socfpga: sr1500: 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_sr1500.h b/include/configs/socfpga_sr1500.h index f37d005883..0ebea13f58 100644 --- a/include/configs/socfpga_sr1500.h +++ b/include/configs/socfpga_sr1500.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 \