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)
commit10832c8e12da66b97c266d493b236ab2c804ea70
tree2a6c4306c6f0a7c7129cbcaec026e7cdaa47db36
parent254061ee97b9511f0d8981e3ea43406119e35ce4
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>
tools/firmware-utils/src/mktplinkfw2.c