]> git.ipfire.org Git - people/ms/u-boot.git/commit
sparse: Move main header parsing to a function of its own
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 15 Oct 2015 12:34:10 +0000 (14:34 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 12 Nov 2015 18:17:28 +0000 (13:17 -0500)
commitbb83c0f35af6a992c21790b21259dbd819f56e35
tree7bf934f9c13a4a95effe48f24eb921af07845f03
parent10b69712151203beb774750bafc56c00699c8e58
sparse: Move main header parsing to a function of its own

The current sparse image format parser is quite tangled, with a lot of
code duplication.

Start refactoring it by moving the header parsing function to a function
of its own.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
common/aboot.c