telo: update configuration scripts to matched master branch

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
michal smulski
2010-04-24 16:51:34 +02:00
committed by Øyvind Harboe
parent 48e282aa00
commit c6cd253ae1
4 changed files with 4 additions and 65 deletions
+1 -1
View File
@@ -325,7 +325,7 @@ proc setupDDR2 {} {
if {$tmp == "128M"} {
configureDDR2regs_128M
} elseif {$tmp == "256M"} {
configureDDR2regs_256B
configureDDR2regs_256M
} else {
puts "Don't know how to configure DDR2 setup?"
}