diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-02-27 17:38:25 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-02-27 17:38:25 +0000 |
commit | 92eb27f56d613d9b6119dd05c375390076a0f342 (patch) | |
tree | 19f703e9d720f6b0d0cd35fda39578ba41a210df /target/linux/brcm63xx/patches-3.18/401-bcm963xx_real_rootfs_length.patch | |
parent | bb54859543955dcff3126f2e54d9d966f65c745a (diff) | |
download | upstream-92eb27f56d613d9b6119dd05c375390076a0f342.tar.gz upstream-92eb27f56d613d9b6119dd05c375390076a0f342.tar.bz2 upstream-92eb27f56d613d9b6119dd05c375390076a0f342.zip |
package: mtd: move bcm963xx_tag definition into source code
Remove the need for the header file to be exported - we don't need most
of it anyway; all we care about are the offset of the rootfs length and
header crc fields.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 44557
Diffstat (limited to 'target/linux/brcm63xx/patches-3.18/401-bcm963xx_real_rootfs_length.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.18/401-bcm963xx_real_rootfs_length.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/patches-3.18/401-bcm963xx_real_rootfs_length.patch b/target/linux/brcm63xx/patches-3.18/401-bcm963xx_real_rootfs_length.patch index caf8b9514d..92c264bd76 100644 --- a/target/linux/brcm63xx/patches-3.18/401-bcm963xx_real_rootfs_length.patch +++ b/target/linux/brcm63xx/patches-3.18/401-bcm963xx_real_rootfs_length.patch @@ -1,5 +1,5 @@ ---- a/include/uapi/linux/bcm963xx_tag.h -+++ b/include/uapi/linux/bcm963xx_tag.h +--- a/arch/mips/include/asm/mach-bcm63xx/bcm963xx_tag.h ++++ b/arch/mips/include/asm/mach-bcm63xx/bcm963xx_tag.h @@ -85,8 +85,10 @@ struct bcm_tag { __u32 rootfs_crc; /* 224-227: CRC32 of kernel partition */ |