summaryrefslogtreecommitdiff
path: root/include/configs/socfpga_arria5_socdk.h
diff options
context:
space:
mode:
authorChin Liang See <clsee@altera.com>2015-12-22 07:32:32 (GMT)
committerMarek Vasut <marex@denx.de>2015-12-22 20:30:00 (GMT)
commitc26112a73de78b494436061f832874e7a521b067 (patch)
tree02389aac7c60283f094645cf4a0ad4be4df20858 /include/configs/socfpga_arria5_socdk.h
parentdc93280d3e557f92d86fd2913405e8e30318c2ec (diff)
downloadu-boot-c26112a73de78b494436061f832874e7a521b067.tar.xz
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/configs/socfpga_arria5_socdk.h')
-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 af0f87f..5c21aec 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>