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:
@ -40,7 +40,7 @@
|
||||
type = "ramdisk";
|
||||
arch = "arm";
|
||||
os = "linux";
|
||||
compression = "gzip";
|
||||
compression = "none";
|
||||
load = <0xffffff02>;
|
||||
|
||||
hash {
|
||||
|
||||
Reference in New Issue
Block a user