
On Tue, 9 Apr 2019 at 10:09, Marek Vasut marek.vasut@gmail.com 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 marek.vasut+renesas@gmail.com Cc: Nobuhiro Iwamatsu iwamatsu@nigauri.org Cc: Simon Glass sjg@chromium.org Cc: Tom Rini trini@konsulko.com
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 sjg@chromium.org