diff mbox series

[U-Boot] armv8: fsl-layerscape: Update README.falcon for compression

Message ID 1532969599-9122-1-git-send-email-york.sun@nxp.com
State Accepted
Commit 50f566d6eef9a50b9e9490499b04db9a78969902
Delegated to: York Sun
Headers show
Series [U-Boot] armv8: fsl-layerscape: Update README.falcon for compression | expand

Commit Message

York Sun July 30, 2018, 4:53 p.m. UTC
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 change is needed after merging patch
http://patchwork.ozlabs.org/patch/948462/ and
http://patchwork.ozlabs.org/patch/950822/

 arch/arm/cpu/armv8/fsl-layerscape/doc/README.falcon | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

York Sun Aug. 23, 2018, 7:03 p.m. UTC | #1
On 07/30/2018 09:53 AM, York Sun wrote:
> 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>
> ---

Applied to fsl-qoriq master, awaiting upstream.

York
diff mbox series

Patch

diff --git a/arch/arm/cpu/armv8/fsl-layerscape/doc/README.falcon b/arch/arm/cpu/armv8/fsl-layerscape/doc/README.falcon
index 7dae9f0..b3c6693 100644
--- a/arch/arm/cpu/armv8/fsl-layerscape/doc/README.falcon
+++ b/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>;
 		};
 	};