[brcm63xx] flashmap and image generation: reduced union bcm_tag to a single struct
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)
commitff68e7ef7942e08de4a9d9dc44cb52c8a2a32be0
tree1b00423ca5467424b69a4fb97f6d786129b1d507
parent1b0da519022719cee37df1b166cc87a5175e0409
[brcm63xx] 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