Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347183
b: refs/heads/master
c: 9ff4073
h: refs/heads/master
i:
  347181: 74324b2
  347179: d47809a
  347175: a5aba72
  347167: a4acd46
v: v3
  • Loading branch information
Luka Perkov authored and Artem Bityutskiy committed Nov 21, 2012
1 parent 20346ab commit 0d20b43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 22a8578fca5a47e643bb4f70c232d0ec84db9e4e
refs/heads/master: 9ff407385441744ea4618f109535014c4b651f8a
7 changes: 2 additions & 5 deletions trunk/drivers/mtd/ar7part.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,16 @@
#include <linux/mtd/mtd.h>
#include <linux/mtd/partitions.h>
#include <linux/bootmem.h>
#include <linux/magic.h>
#include <linux/module.h>

#include <uapi/linux/magic.h>

#define AR7_PARTS 4
#define ROOT_OFFSET 0xe0000

#define LOADER_MAGIC1 le32_to_cpu(0xfeedfa42)
#define LOADER_MAGIC2 le32_to_cpu(0xfeed1281)

#ifndef SQUASHFS_MAGIC
#define SQUASHFS_MAGIC 0x73717368
#endif

struct ar7_bin_rec {
unsigned int checksum;
unsigned int length;
Expand Down

0 comments on commit 0d20b43

Please sign in to comment.