Re: [U-Boot] [PATCH V2 2/2] lib: fdt: Allow LZO and GZIP DT compression in U-Boot

2019-04-24 Thread Simon Glass
On Tue, 9 Apr 2019 at 10:09, Marek Vasut wrote: > > Add required Kconfig symbols, Makefile bits and macro fixes in a > few places to support LZO and DT compression in U-Boot. This can > save a lot of space with multi-DTB fitImages. > > Signed-off-by: Marek Vasut > Cc: Nobuhiro Iwamatsu > Cc: Sim

[U-Boot] [PATCH V2 2/2] lib: fdt: Allow LZO and GZIP DT compression in U-Boot

2019-04-09 Thread Marek Vasut
Add required Kconfig symbols, Makefile bits and macro fixes in a few places to support LZO and DT compression in U-Boot. This can save a lot of space with multi-DTB fitImages. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu Cc: Simon Glass Cc: Tom Rini --- V2: - Rebase on u-boot/master -