From 3e8a075d6e56b6b2268a6a165aa344afe9447a40 Mon Sep 17 00:00:00 2001 From: Chin Liang See Date: Tue, 22 Dec 2015 15:32:33 +0800 Subject: [PATCH] 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 --- include/configs/socfpga_sockit.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2