]> Git Repo - u-boot.git/commit
lib: fdt: Allow LZO and GZIP DT compression in U-Boot
authorMarek Vasut <[email protected]>
Fri, 8 Mar 2019 15:06:55 +0000 (16:06 +0100)
committerMarek Vasut <[email protected]>
Tue, 9 Apr 2019 16:19:10 +0000 (18:19 +0200)
commit95f4bbd581cfde45d4bd1fa5e56c2d880dae7ced
treefdf036ff9026bfcae64afd553105b60dcac6f382
parent1fd303543aef9c4641bd578e6e52284f5a69df67
lib: fdt: Allow LZO and GZIP DT compression in U-Boot

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]>
Signed-off-by: Marek Vasut <[email protected]>
Makefile
dts/Kconfig
include/config_defaults.h
lib/Kconfig
lib/fdtdec.c
This page took 0.03853 seconds and 4 git commands to generate.