Re: [PATCH v3 17/20] spl: nor: add lzma decompression support for legacy image

2020-01-21 Thread Stefan Roese
On 21.01.20 09:20, Weijie Gao wrote: This patch adds support for decompressing LZMA compressed u-boot payload in legacy uImage format. Using this patch together with u-boot-lzma.img is useful for NOR flashes as they can reduce the size and load time of u-boot payload. Signed-off-by: Weijie Gao

[PATCH v3 17/20] spl: nor: add lzma decompression support for legacy image

2020-01-21 Thread Weijie Gao
This patch adds support for decompressing LZMA compressed u-boot payload in legacy uImage format. Using this patch together with u-boot-lzma.img is useful for NOR flashes as they can reduce the size and load time of u-boot payload. Signed-off-by: Weijie Gao --- Changes since v2: new --- common/