[brcm63xx] flashmap and image generation: reduced union bcm_tag to a single struct
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 1 Apr 2010 21:20:43 +0000 (21:20 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 1 Apr 2010 21:20:43 +0000 (21:20 +0000)
commit58dcac852ce0140f7f7134a2d7d2dddaae2bdc80
tree1b00423ca5467424b69a4fb97f6d786129b1d507
parent7a7089f7e394f1d8e4a81e417333f5543c1b4ab8
[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.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20652 3c298f89-4303-0410-b956-a3cf2f4a3e73
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