From: Chin Liang See Date: Tue, 22 Dec 2015 07:32:33 +0000 (+0800) Subject: arm: socfpga: sockit: Enable ubiload console command X-Git-Tag: v2016.01-rc4~17^2~19 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3e8a075d6e56b6b2268a6a165aa344afe9447a40;p=u-boot arm: socfpga: sockit: 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 Cc: Dinh Nguyen Cc: Dinh Nguyen Cc: Pavel Machek Cc: Marek Vasut Cc: Stefan Roese --- diff --git a/include/configs/socfpga_sockit.h b/include/configs/socfpga_sockit.h index 2356c74129..c60dca4add 100644 --- a/include/configs/socfpga_sockit.h +++ b/include/configs/socfpga_sockit.h @@ -66,6 +66,9 @@ "mmcload=mmc rescan;" \ "load mmc 0:1 ${loadaddr} ${bootimage};" \ "load mmc 0:1 ${fdt_addr} ${fdtimage}\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