summaryrefslogtreecommitdiffstats
path: root/include/configs/socfpga_sr1500.h
diff options
context:
space:
mode:
authorChin Liang See <clsee@altera.com>2015-12-22 15:32:34 +0800
committerMarek Vasut <marex@denx.de>2015-12-22 21:30:01 +0100
commiteb45022c4c798388c89bb2ca4735ae58e3f9d436 (patch)
tree130d4f1b0e1da5469f668d3e2cee928703761a73 /include/configs/socfpga_sr1500.h
parent3e8a075d6e56b6b2268a6a165aa344afe9447a40 (diff)
downloadblackbird-obmc-uboot-eb45022c4c798388c89bb2ca4735ae58e3f9d436.tar.gz
blackbird-obmc-uboot-eb45022c4c798388c89bb2ca4735ae58e3f9d436.zip
arm: socfpga: sr1500: Enable ubiload console command
Enabling ubiload command to load kernel image and device tree from mtd part labeled "UBI". ubiload command will search the file from directory /boot. 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/configs/socfpga_sr1500.h')
-rw-r--r--include/configs/socfpga_sr1500.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/configs/socfpga_sr1500.h b/include/configs/socfpga_sr1500.h
index 5bd29563b8..f37d005883 100644
--- a/include/configs/socfpga_sr1500.h
+++ b/include/configs/socfpga_sr1500.h
@@ -74,7 +74,10 @@
"qspirootfstype=jffs2\0" \
"qspiboot=setenv bootargs " CONFIG_BOOTARGS \
" root=${qspiroot} rw rootfstype=${qspirootfstype};"\
- "bootm ${loadaddr} - ${fdt_addr}\0"
+ "bootm ${loadaddr} - ${fdt_addr}\0" \
+ "ubiload=ubi part UBI && ubifsmount ubi0 && " \
+ "ubifsload ${loadaddr} /boot/${bootimage} && " \
+ "ubifsload ${fdt_addr} /boot/${fdtimage}\0"
/* Environment */
#define CONFIG_ENV_IS_IN_SPI_FLASH
OpenPOWER on IntegriCloud