From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Behun Date: Tue, 4 May 2021 01:45:27 +0200 Subject: [PATCH 04/49] btrfs: Use U-Boot API for decompression In-Reply-To: <20210503171001.4.I7327e42043265556e3988928849ff2ebdc7b21e6@changeid> References: <20210503231136.744283-1-sjg@chromium.org> <20210503171001.4.I7327e42043265556e3988928849ff2ebdc7b21e6@changeid> Message-ID: <20210504014527.20fcda60@thinkpad> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 3 May 2021 17:10:51 -0600 Simon Glass wrote: > Use the common function to avoid code duplication. > > Signed-off-by: Simon Glass Is this tested? Why only zstd? marek