mmtestenv/mmtesttools/Build/mmbuildrom.pl
changeset 13 efebd1779a59
parent 0 40261b775718
equal deleted inserted replaced
0:40261b775718 13:efebd1779a59
   334 		$command .= " -DSMP";
   334 		$command .= " -DSMP";
   335 		}
   335 		}
   336 	if($uni ne "")
   336 	if($uni ne "")
   337 		{
   337 		{
   338 		#Use Flexible Memory Model for UniCore
   338 		#Use Flexible Memory Model for UniCore
   339 		$command .= " -DWITH_FLEXIBLE_MM";
   339 		#Until base have fixed the issue related to this keep commented out.
       
   340 		#$command .= " -DWITH_FLEXIBLE_MM";
   340 		}
   341 		}
   341 	
   342 	
   342 	$command .= " -D_NAND2" if ($nand ne "" && $arm ne "");
   343 	$command .= " -D_NAND2" if ($nand ne "" && $arm ne "");
   343 	$command .= " -DUSE_24BPP_DISPLAY_VARIANT" if ($target eq "h6" || "lab");
   344 	$command .= " -DUSE_24BPP_DISPLAY_VARIANT" if ($target eq "h6" || "lab");
   344 	if($wdp ne "")
   345 	if($wdp ne "")