mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-29 12:07:31 +02:00
update ar7 flash map for squashfs 3.0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3446 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
074a54bf85
commit
1bcc4cc6fa
@ -222,7 +222,7 @@ diff -urN linux.old/drivers/mtd/maps/ar7-flash.c linux.dev/drivers/mtd/maps/ar7-
|
|||||||
+
|
+
|
||||||
+ if (ar7_read32(&ar7_map, rootfs_start) == SQUASHFS_MAGIC) {
|
+ if (ar7_read32(&ar7_map, rootfs_start) == SQUASHFS_MAGIC) {
|
||||||
+ int newsize, newoffset;
|
+ int newsize, newoffset;
|
||||||
+ squashfs_super_block sb;
|
+ struct squashfs_super_block sb;
|
||||||
+
|
+
|
||||||
+ ar7_copy_from(&ar7_map, &sb, rootfs_start, sizeof(sb));
|
+ ar7_copy_from(&ar7_map, &sb, rootfs_start, sizeof(sb));
|
||||||
+ printk("Squashfs detected (size = 0x%08x)\n", sb.bytes_used);
|
+ printk("Squashfs detected (size = 0x%08x)\n", sb.bytes_used);
|
||||||
|
Loading…
Reference in New Issue
Block a user