summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChin Liang See <[email protected]>2015-12-22 15:32:38 +0800
committerMarek Vasut <[email protected]>2015-12-22 21:30:01 +0100
commitb3bb1110cf8d2c43f15841151af0d560dc74c7b8 (patch)
tree6972b603c98e2ae9bfb4d3191849612c7340467c /include
parent8ee0c6486597342011ef1c2ba95dce0b0cf01cb5 (diff)
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 <[email protected]> Cc: Dinh Nguyen <[email protected]> Cc: Dinh Nguyen <[email protected]> Cc: Pavel Machek <[email protected]> Cc: Marek Vasut <[email protected]> Cc: Stefan Roese <[email protected]>
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 f37d005883b..0ebea13f588 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 \