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:
York Sun 2018-07-30 09:53:19 -07:00
parent b71d9e8b38
commit 50f566d6ee

View File

@ -110,7 +110,7 @@ Example:
type = "ramdisk";
arch = "arm64";
os = "linux";
compression = "gzip";
compression = "none";
load = <0xa0000000>;
};
};