openwrt/target/linux/generic/files/drivers
Rafał Miłecki 4b755ce06a Revert "kernel: generic: fix fonfxc uimage parser"
This reverts commit e92a14709d.

mtdsplit_uimage_parse_fonfxc() gets called in two situations:
1) It was /requested/ from DT using "fonfxc,uimage" compatible string
2) It was called by parsing code after finding "firmware"
   (MTD_SPLIT_FIRMWARE_NAME) due to the parser's type

Code added in the /fix/ commit basically just disabled the second case.
If that's the real goal it could be achieved by simply dropping type
MTD_PARSER_TYPE_FIRMWARE. It may however require another solution as
it's possible that some non-DT target actually needs fonfxc uImage
parsing.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2019-08-06 06:41:52 +02:00
..
misc owl-loader: fix crash caused by endian patch 2019-03-06 22:02:56 +01:00
mtd Revert "kernel: generic: fix fonfxc uimage parser" 2019-08-06 06:41:52 +02:00
net/phy generic: ar8216: group MIB counters and use two basic ones only by default 2019-05-20 21:17:57 +02:00