Makefile: add support to generate LZMA compressed u-boot image
authorWeijie Gao <weijie.gao@mediatek.com>
Tue, 21 Apr 2020 07:28:39 +0000 (09:28 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Mon, 27 Apr 2020 18:29:33 +0000 (20:29 +0200)
commita38f84b439ebf35313bed41665cd1ca5fedb24da
treeb2104e7f8fc1eab78fa698b528e704c74b4c0976
parent04cb39946c96e119a6a0978436662358aa33dbc9
Makefile: add support to generate LZMA compressed u-boot image

This patch adds support for generating LZMA compressed u-boot image.
The compressed image can be used for SPL to reduce the size of the u-boot
binary.

Reviewed-by: Stefan Roese <sr@denx.de>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
Makefile