mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-08 10:17:13 +01:00
update uImage FIT multi documentation
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
parent
77a0355f60
commit
747f316cca
1 changed files with 2 additions and 0 deletions
|
|
@ -56,6 +56,7 @@
|
|||
data = /incbin/("./eldk-4.2-ramdisk");
|
||||
type = "ramdisk";
|
||||
arch = "ppc";
|
||||
os = "linux";
|
||||
compression = "gzip";
|
||||
hash@1 {
|
||||
algo = "sha1";
|
||||
|
|
@ -67,6 +68,7 @@
|
|||
data = /incbin/("./eldk-3.1-ramdisk");
|
||||
type = "ramdisk";
|
||||
arch = "ppc";
|
||||
os = "linux";
|
||||
compression = "gzip";
|
||||
hash@1 {
|
||||
algo = "crc32";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue