flashmap and image generation: reduced union bcm_tag to a single struct combining...
authorFlorian Fainelli <florian@openwrt.org>
Thu, 1 Apr 2010 21:20:43 +0000 (21:20 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 1 Apr 2010 21:20:43 +0000 (21:20 +0000)
commit2a4fb82289872eaf4be51465bcd1208a2286e4c1
treea80419bd80bb70a6124403a782baf34e974e46ec
parentbbe4a57177ed26935f0cbf164f44a5e493d1523e
flashmap and image generation: reduced union bcm_tag to a single struct combining the elements so that it is no longer necessary to create an openwrt-only tagid and tagcrc, and elimate the tagid detection and switch statements which made dealing with imagetags overly complicated, especially since the logic would need analogs in all code that touched the imagetag. Patch from cshore.

SVN-Revision: 20652
target/linux/brcm63xx/files/arch/mips/include/asm/mach-bcm63xx/bcm_tag.h
target/linux/brcm63xx/image/Makefile
target/linux/brcm63xx/image/README.images-bcm63xx
target/linux/brcm63xx/patches-2.6.32/040-bcm963xx_flashmap.patch
tools/firmware-utils/src/imagetag.c