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)
commita905950132a3b91151b753c1e8535b659a14d209
tree2115e8bf465fd26eacc27d27e132f62ecac77337
parentef8718570fc2d58ae446c8f13f75944c16e1214d
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
src/imagetag.c