Explorar o código

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>
York Sun %!s(int64=6) %!d(string=hai) anos
pai
achega
50f566d6ee
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      arch/arm/cpu/armv8/fsl-layerscape/doc/README.falcon

+ 1 - 1
arch/arm/cpu/armv8/fsl-layerscape/doc/README.falcon

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