]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
test: Add unit tests for bootm image decompression
authorSimon Glass <sjg@chromium.org>
Tue, 2 Dec 2014 20:17:35 +0000 (13:17 -0700)
committerTom Rini <trini@ti.com>
Wed, 14 Jan 2015 16:35:43 +0000 (11:35 -0500)
commit6ed4dc7876cee5c478cbb4de552a9e2994e61805
tree26de0096559d0b3f81f6881fb160a803e5b05827
parentac9a215de025c704e9c462a620b6424bea14210f
test: Add unit tests for bootm image decompression

Use each compression method (including uncompressed). Test for normal
operation, insufficient space and corrupted data.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/compression.c