From: oharboe at B. <oh...@ma...> - 2009-09-11 08:08:54
|
Author: oharboe Date: 2009-09-11 08:08:51 +0200 (Fri, 11 Sep 2009) New Revision: 2689 Modified: trunk/tcl/target/c100helper.tcl Log: syntax error fix Modified: trunk/tcl/target/c100helper.tcl =================================================================== --- trunk/tcl/target/c100helper.tcl 2009-09-11 06:01:28 UTC (rev 2688) +++ trunk/tcl/target/c100helper.tcl 2009-09-11 06:08:51 UTC (rev 2689) @@ -328,6 +328,7 @@ configureDDR2regs_256B } else { puts "Don't know how to configure DDR2 setup?" + } } |