]> git.baikalelectronics.ru Git - uboot.git/commit
Respect that some compression algos can be enabled separately for SPL
authorFrieder Schrempf <frieder.schrempf@kontron.de>
Sat, 6 Feb 2021 00:11:06 +0000 (16:11 -0800)
committerStefano Babic <sbabic@denx.de>
Mon, 1 Mar 2021 09:21:36 +0000 (10:21 +0100)
commit1b6428a7ab6af131031cc73bdb6277f5dc334e3b
treec56362ec16f7256e571302f200f32d089fe3eb63
parentdff8bd92248be437684e3f66be4ec1800d782a19
Respect that some compression algos can be enabled separately for SPL

Some compression algorithms currently can be enabled for SPL and
U-Boot proper separately. Therefore take into account USE_HOSTCC
is well as CONFIG_IS_ENABLED() in these cases to prevent compiling these
functions in case of a host tool build.

Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
common/image.c