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:
8ee0c64
)
arm: socfpga: sr1500: Enable qspiload console command
author
Chin Liang See
<
[email protected]
>
Tue, 22 Dec 2015 07:32:38 +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_sr1500.h
patch
|
blob
|
history
diff --git
a/include/configs/socfpga_sr1500.h
b/include/configs/socfpga_sr1500.h
index f37d005883b45412aa5aaaaa69282ebce281ff5e..0ebea13f588271ba5a71b5df984b010274780b15 100644
(file)
--- a/
include/configs/socfpga_sr1500.h
+++ b/
include/configs/socfpga_sr1500.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 \