[PATCH 02/22] dm: Support lzma in the flashmap

2021-07-05 Thread Simon Glass
Allow lzma compression as well as lz4. Signed-off-by: Simon Glass --- drivers/core/of_extra.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/core/of_extra.c b/drivers/core/of_extra.c index 7702beff97b..632a1c2210e 100644 --- a/drivers/core/of_extra.c +++ b/drivers/core/of_extra.c

Re: [PATCH 02/22] dm: Support lzma in the flashmap

2021-07-17 Thread Simon Glass
Allow lzma compression as well as lz4. Signed-off-by: Simon Glass --- drivers/core/of_extra.c | 2 ++ 1 file changed, 2 insertions(+) Applied to u-boot-dm, thanks!