projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c26112a
)
arm: socfpga: sockit: Enable ubiload console command
author
Chin Liang See
<
[email protected]
>
Tue, 22 Dec 2015 07:32:33 +0000
(15:32 +0800)
committer
Marek Vasut
<
[email protected]
>
Tue, 22 Dec 2015 20:30:01 +0000
(21:30 +0100)
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 <
[email protected]
>
Cc: Dinh Nguyen <
[email protected]
>
Cc: Dinh Nguyen <
[email protected]
>
Cc: Pavel Machek <
[email protected]
>
Cc: Marek Vasut <
[email protected]
>
Cc: Stefan Roese <
[email protected]
>
include/configs/socfpga_sockit.h
patch
|
blob
|
history
diff --git
a/include/configs/socfpga_sockit.h
b/include/configs/socfpga_sockit.h
index 2356c741295bca4dfd5fbefac9f9dd213d5769c7..c60dca4add894208cb841b7674d4fa590311deb8 100644
(file)
--- 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 <configs/socfpga_common.h>