summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChin Liang See <clsee@altera.com>2015-12-22 15:32:38 +0800
committerMarek Vasut <marex@denx.de>2015-12-22 21:30:01 +0100
commitb3bb1110cf8d2c43f15841151af0d560dc74c7b8 (patch)
tree6972b603c98e2ae9bfb4d3191849612c7340467c /include
parent8ee0c6486597342011ef1c2ba95dce0b0cf01cb5 (diff)
downloadblackbird-obmc-uboot-b3bb1110cf8d2c43f15841151af0d560dc74c7b8.tar.gz
blackbird-obmc-uboot-b3bb1110cf8d2c43f15841151af0d560dc74c7b8.zip
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 <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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/socfpga_sr1500.h1
1 files changed, 1 insertions, 0 deletions
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 \
OpenPOWER on IntegriCloud