Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(107)

Unified Diff: tools/lk/run_snapshot_lk.sh

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/lk/embed_program_in_binary.sh ('k') | tools/lk/run_snapshot_lk_qemu.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/lk/run_snapshot_lk.sh
diff --git a/tools/lk/run_snapshot_lk.sh b/tools/lk/run_snapshot_lk.sh
index 6bf0bfef8ab511ce342ff87119eb620b7c3be496..4de57240caf5493006a2b5c2a0c177165487d8c4 100755
--- a/tools/lk/run_snapshot_lk.sh
+++ b/tools/lk/run_snapshot_lk.sh
@@ -25,7 +25,7 @@ stty -F $PORT 115200
SIZE=`cat $1 | wc -c`
-echo "fletch" >$PORT
+echo "dartino" >$PORT
sleep 1
echo $SIZE >$PORT
sleep 1
« no previous file with comments | « tools/lk/embed_program_in_binary.sh ('k') | tools/lk/run_snapshot_lk_qemu.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698