diff -r 40261b775718 -r efebd1779a59 mmtestenv/mmtesttools/Build/mmbuildrom.pl --- a/mmtestenv/mmtesttools/Build/mmbuildrom.pl Tue Feb 02 01:56:55 2010 +0200 +++ b/mmtestenv/mmtesttools/Build/mmbuildrom.pl Fri Apr 16 16:34:49 2010 +0300 @@ -336,7 +336,8 @@ if($uni ne "") { #Use Flexible Memory Model for UniCore - $command .= " -DWITH_FLEXIBLE_MM"; + #Until base have fixed the issue related to this keep commented out. + #$command .= " -DWITH_FLEXIBLE_MM"; } $command .= " -D_NAND2" if ($nand ne "" && $arm ne "");