kernel: add the latest mtd patch extending ofpart parser
This adds the latest version of ofpart commit. It hopefully 1. Doesn't break compilation 2. Doesn't break partitioning (this time). It's required to implement fixed partitioning with some quirks. It's required by bcm53xx, bcm4908, kirkwood, lantiq and mvebu. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
This commit is contained in:
		| @@ -41,8 +41,8 @@ Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> | ||||
|  obj-$(CONFIG_MTD_CMDLINE_PARTS)		+= cmdlinepart.o | ||||
| +obj-$(CONFIG_MTD_MYLOADER_PARTS)		+= myloader.o | ||||
|  obj-$(CONFIG_MTD_OF_PARTS)		+= ofpart.o | ||||
|  obj-$(CONFIG_MTD_PARSER_IMAGETAG)	+= parser_imagetag.o | ||||
|  obj-$(CONFIG_MTD_AFS_PARTS)		+= afs.o | ||||
|  ofpart-y				+= ofpart_core.o | ||||
|  ofpart-$(CONFIG_MTD_OF_PARTS_BCM4908)	+= ofpart_bcm4908.o | ||||
| --- /dev/null | ||||
| +++ b/drivers/mtd/parsers/myloader.c | ||||
| @@ -0,0 +1,181 @@ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Rafał Miłecki
					Rafał Miłecki