aboutsummaryrefslogtreecommitdiff
path: root/config/base68k.exp
diff options
context:
space:
mode:
Diffstat (limited to 'config/base68k.exp')
-rw-r--r--config/base68k.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/base68k.exp b/config/base68k.exp
index 65db43c..fdd71d4 100644
--- a/config/base68k.exp
+++ b/config/base68k.exp
@@ -80,8 +80,8 @@ proc base68k_ld { dest prog } {
# dbug has problems if we go into binary mode, so this allows us to
# disable entry into binary mode.
if ![board_info $dest exists no_binary_mode] {
- remote_binary $dest
- }
+ remote_binary $dest
+ }
}
# if we built the srecord on a remote host, copy it back here so we
@@ -147,8 +147,8 @@ proc base68k_ld { dest prog } {
remote_send $dest [board_info $dest download_command]
if [board_info $dest exists download_response] {
remote_expect $dest 5 {
- [board_info $dest download_response] { }
- timeout {
+ [board_info $dest download_response] { }
+ timeout {
perror "Download command never responded."
return "unresolved"
}