forked from Ivasoft/openwrt
kernel: mtdsplit_uimage: replace "edimax, uimage" parser
The "edimax,uimage"" parser can be replaced by the generic parser using device specific openwrt,partition-magic and openwrt,offset properties. Signed-off-by: Bjørn Mork <bjorn@mork.no>
This commit is contained in:
@@ -192,5 +192,7 @@
|
||||
* Magic values specific to "openwrt,uimage" partitions
|
||||
*/
|
||||
#define IH_MAGIC_OKLI 0x4f4b4c49 /* 'OKLI' */
|
||||
#define FW_EDIMAX_OFFSET 20 /* Edimax Firmware Offset */
|
||||
#define FW_MAGIC_EDIMAX 0x43535953 /* Edimax Firmware Magic Number */
|
||||
|
||||
#endif /* __UIMAGE_H__ */
|
||||
|
||||
Reference in New Issue
Block a user