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:
d9f2bd4
)
arm: socfpga: arria5_socdk: Enable qspiload console command
author
Chin Liang See
<
[email protected]
>
Tue, 22 Dec 2015 07:32:36 +0000
(15:32 +0800)
committer
Marek Vasut
<
[email protected]
>
Tue, 22 Dec 2015 20:30:01 +0000
(21:30 +0100)
Enabling qspiload command which will load the kernel
image and dtb from UBIFS within MTD partition labeled
UBI.
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_arria5_socdk.h
patch
|
blob
|
history
diff --git
a/include/configs/socfpga_arria5_socdk.h
b/include/configs/socfpga_arria5_socdk.h
index 5c21aec9cb92227934df11a6dc910f0380028085..d3009a48ce03edf7dab3eb6f078ed3873fc80000 100644
(file)
--- a/
include/configs/socfpga_arria5_socdk.h
+++ b/
include/configs/socfpga_arria5_socdk.h
@@
-70,6
+70,7
@@
"mmcload=mmc rescan;" \
"load mmc 0:1 ${loadaddr} ${bootimage};" \
"load mmc 0:1 ${fdt_addr} ${fdtimage}\0" \
+ "qspiload=sf probe && mtdparts default && run ubiload\0" \
"qspiroot=/dev/mtdblock0\0" \
"qspirootfstype=jffs2\0" \
"qspiboot=setenv bootargs " CONFIG_BOOTARGS \