rv1126/rv1109: recovery: its: fix compression

Set "none" to make U-Boot ignore decompress process,
being opposite if "gzip" (for thunder-boot feature)

Signed-off-by: Weiwen Chen <cww@rock-chips.com>
Change-Id: Id8e7f5513146364e9a6feefdc76feb634fa49f4c
This commit is contained in:
Weiwen Chen
2020-07-27 18:00:21 +08:00
parent fc16ca0962
commit c6d5b645cd

View File

@ -40,7 +40,7 @@
type = "ramdisk";
arch = "arm";
os = "linux";
compression = "gzip";
compression = "none";
load = <0xffffff02>;
hash {