aboutsummaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2012-07-20 17:00:15 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2012-07-20 17:00:15 -0400
commitf1d5322279328a2a176e43056f78a50812db55f1 (patch)
treee3bd62cf7256ee584898f6fe714ae16616890a2e /support
parent7cd857135c3e33c53e02ae5d0fe9d7cc7fcfa5d9 (diff)
downloadlibrambutan-f1d5322279328a2a176e43056f78a50812db55f1.tar.gz
librambutan-f1d5322279328a2a176e43056f78a50812db55f1.zip
reset.py: Remove advisory for 64-bit Linux.
We test on that platform now, and it does work. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'support')
-rwxr-xr-xsupport/scripts/reset.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/support/scripts/reset.py b/support/scripts/reset.py
index 2a876d6..6a24f6a 100755
--- a/support/scripts/reset.py
+++ b/support/scripts/reset.py
@@ -64,8 +64,6 @@ def choose_among_options(options):
plat_sys = platform.system()
plat_bits = platform.architecture()[0]
if plat_sys == 'Linux':
- if plat_bits == '64bit':
- print('You are using 64-bit Linux. Let us know if this works.')
maple_path = unix_get_maple_path('ttyACM')
# fall back on /dev/maple if that doesn't work
if maple_path is None: