On Tue, 9 Apr 2019 at 10:09, Marek Vasut <[email protected]> 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 <[email protected]> > Cc: Nobuhiro Iwamatsu <[email protected]> > Cc: Simon Glass <[email protected]> > Cc: Tom Rini <[email protected]> > --- > V2: - Rebase on u-boot/master > - Do not apply FINAL_DTB_CONTAINER to u-boot-dtb.bin target > --- > Makefile | 16 ++++++++++- > dts/Kconfig | 57 +++++++++++++++++++++++++++++++++++++++ > include/config_defaults.h | 3 --- > lib/Kconfig | 13 +++++++++ > lib/fdtdec.c | 2 +- > 5 files changed, 86 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

