Commit 8ee0c6486597342011ef1c2ba95dce0b0cf01cb5

Authored by Chin Liang See
Committed by Marek Vasut
1 parent f8e08b8f2e

arm: socfpga: sockit: Enable qspiload console command

Enabling qspiload command which will load the kernel
image and dtb from UBIFS within MTD partition labeled
UBI.

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

include/configs/socfpga_sockit.h
... ... @@ -66,6 +66,7 @@
66 66 "mmcload=mmc rescan;" \
67 67 "load mmc 0:1 ${loadaddr} ${bootimage};" \
68 68 "load mmc 0:1 ${fdt_addr} ${fdtimage}\0" \
  69 + "qspiload=sf probe && mtdparts default && run ubiload\0" \
69 70 "ubiload=ubi part UBI && ubifsmount ubi0 && " \
70 71 "ubifsload ${loadaddr} /boot/${bootimage} && " \
71 72 "ubifsload ${fdt_addr} /boot/${fdtimage}\0"