# HG changeset patch # User andy simpson # Date 1271866444 -3600 # Node ID 3c6f07c4af24a7ee5c7817af4aeefb729a7b63ef # Parent 9546f80a85974d1ae0c896ee118680dc1743a834 Reapply fix to revert new bootstrap.flm (see Bug 2149) diff -r 9546f80a8597 -r 3c6f07c4af24 bsptemplate/asspandvariant/template_variant/bld.inf --- a/bsptemplate/asspandvariant/template_variant/bld.inf Tue May 25 13:20:47 2010 +0100 +++ b/bsptemplate/asspandvariant/template_variant/bld.inf Wed Apr 21 17:14:04 2010 +0100 @@ -110,10 +110,12 @@ PRJ_EXTENSIONS +#if 0 // Removing changes associated with introduction of bootstrap.flm - see Bug 2149 #ifdef SBSV2 // If using SBSv2 with bootstrap FLM, MEMMODEL MUST begin with a capital letter start extension base.bootstrap bootstrap + option NAME _template_bootrom option CPU arm option MEMMODEL Multiple @@ -125,6 +127,9 @@ end #else // !SBSV2 +#endif // more workaround - close the #ifdef SBSV2 here, to regain the other bit +#endif // first part of workaround - close the #ifdef 0 + start extension base/bootstrap bootstrap @@ -144,4 +149,5 @@ end +#if 0 // second part of workaround - avoid dangling #endif #endif // !SBSV2