# HG changeset patch # User andy simpson # Date 1271866444 -3600 # Node ID cad27fd7ca1a4c464a2e14f6e792a59970419b69 # Parent 6e5f9f6173bc1c4918316bf73b3aece79c65e439 Reapply fix to revert new bootstrap.flm (see Bug 2149) diff -r 6e5f9f6173bc -r cad27fd7ca1a bsptemplate/asspandvariant/template_variant/bld.inf --- a/bsptemplate/asspandvariant/template_variant/bld.inf Wed Apr 21 13:55:12 2010 +0100 +++ b/bsptemplate/asspandvariant/template_variant/bld.inf Wed Apr 21 17:14:04 2010 +0100 @@ -109,10 +109,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 @@ -124,6 +126,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 @@ -143,4 +148,5 @@ end +#if 0 // second part of workaround - avoid dangling #endif #endif // !SBSV2