All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] armv8: fsl-layerscape: Update README.falcon for compression
@ 2018-07-30 16:53 York Sun
  2018-08-23 19:03 ` York Sun
  0 siblings, 1 reply; 2+ messages in thread
From: York Sun @ 2018-07-30 16:53 UTC (permalink / raw)
  To: u-boot

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(-)

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>;
 		};
 	};
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] armv8: fsl-layerscape: Update README.falcon for compression
  2018-07-30 16:53 [U-Boot] [PATCH] armv8: fsl-layerscape: Update README.falcon for compression York Sun
@ 2018-08-23 19:03 ` York Sun
  0 siblings, 0 replies; 2+ messages in thread
From: York Sun @ 2018-08-23 19:03 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-08-23 19:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-30 16:53 [U-Boot] [PATCH] armv8: fsl-layerscape: Update README.falcon for compression York Sun
2018-08-23 19:03 ` York Sun

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.