armv8: fsl-layerscape: Update README.falcon for compression
Update README.falcon to use "none" for compression property for ramdisk image to avoid being uncompressed upon loading. Signed-off-by: York Sun <york.sun@nxp.com>
This commit is contained in:
parent
b71d9e8b38
commit
50f566d6ee
@ -110,7 +110,7 @@ Example:
|
||||
type = "ramdisk";
|
||||
arch = "arm64";
|
||||
os = "linux";
|
||||
compression = "gzip";
|
||||
compression = "none";
|
||||
load = <0xa0000000>;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user