kernel: mtdsplit_uimage: fix Edimax parser
authorMathias Kresin <dev@kresin.me>
Thu, 29 Sep 2016 17:28:13 +0000 (19:28 +0200)
committerMathias Kresin <dev@kresin.me>
Sat, 15 Oct 2016 07:01:45 +0000 (09:01 +0200)
commit634d690d740ad2e586701a393d60cc9753808193
tree2a37a4af5af4c372cb97f0826ae953d87f5217dc
parent35073d47bb91fc0066a08c85c9206a6338a19b7e
kernel: mtdsplit_uimage: fix Edimax parser

According to the author the code was added to in preparation for adding
support for a new board. The patch for the board was never send and the
code never really tested.

The edimax header starting with the edimax magic is put in front of the
uImage header. There is no special uImage header used. Means, default
magic and the type field is set to kernel as usual.

Signed-off-by: Mathias Kresin <dev@kresin.me>
edimax parser fix
target/linux/generic/files/drivers/mtd/mtdsplit/mtdsplit_uimage.c