uboot-lantiq: mark SPL variants as broken
authorMathias Kresin <dev@kresin.me>
Tue, 24 Jan 2017 19:37:09 +0000 (20:37 +0100)
committerMathias Kresin <dev@kresin.me>
Wed, 25 Jan 2017 08:35:04 +0000 (09:35 +0100)
All SPL variants are lzo compressed. The lzop binary is used for
compression but is not available in tools.

Additionally at least the NAND SPL support is broken and doesn't create
working bootloaders.

The fb3370 SPI NOR SPL enabled u-boot isn't required for LEDE since the
LEDE images are targeting the pre-installed EVA bootloader.

Mark these u-boot variants as well as the SPL variants for the
reference boards as broken till the lzma issues are fixed upstream and
we can use lzma instead of lzo compression.

Signed-off-by: Mathias Kresin <dev@kresin.me>

No differences found