tools/firmware-utils: remove hardcoded values from mktplinkfw2.c
authorThibaut VARÈNE <hacks@slashdirt.org>
Tue, 3 Oct 2017 10:46:09 +0000 (12:46 +0200)
committerMathias Kresin <dev@kresin.me>
Fri, 6 Oct 2017 06:28:41 +0000 (08:28 +0200)
commit3714718616c4f448a317d9a5656bee9acbb5e5d7
tree502cc195db709c841d536f38fd2cac388ca912d6
parentd60173c03f57e4e586845684b22e95911d8ef6b3
tools/firmware-utils: remove hardcoded values from mktplinkfw2.c

This patch removes all the hardcoded board-specific values from
mktplinkfw2.c, and as well as the corresponding support code.

By design, this change also deletes all of the broken matching logic
that was embedded in mktplinkfw2 and aligns the "inspect" behavior
with that of mktplinkfw (i.e. print the parsed header content as
they are without further processing).

Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
src/mktplinkfw2.c