summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChin Liang See <clsee@altera.com>2015-12-22 15:32:32 +0800
committerMarek Vasut <marex@denx.de>2015-12-22 21:30:00 +0100
commitc26112a73de78b494436061f832874e7a521b067 (patch)
tree02389aac7c60283f094645cf4a0ad4be4df20858 /include
parentdc93280d3e557f92d86fd2913405e8e30318c2ec (diff)
downloadblackbird-obmc-uboot-c26112a73de78b494436061f832874e7a521b067.tar.gz
blackbird-obmc-uboot-c26112a73de78b494436061f832874e7a521b067.zip
arm: socfpga: arria5_socdk: 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')
-rw-r--r--include/configs/socfpga_arria5_socdk.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/configs/socfpga_arria5_socdk.h b/include/configs/socfpga_arria5_socdk.h
index af0f87f6e9..5c21aec9cb 100644
--- a/include/configs/socfpga_arria5_socdk.h
+++ b/include/configs/socfpga_arria5_socdk.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"
/* The rest of the configuration is shared */
#include <configs/socfpga_common.h>
OpenPOWER on IntegriCloud