From f9f10464479e4dce7537bbf8a009336631c7e658 Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Wed, 3 Jan 2018 15:46:39 -0500 Subject: [PATCH] =?UTF-8?q?sort=5Fmap.py=20=E2=86=92=20map2sym.py=20(like?= =?UTF-8?q?=20dos2unix,=20pdf2ps,=20etc)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/{sort_map.py => map2sym.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tools/{sort_map.py => map2sym.py} (98%) diff --git a/tools/sort_map.py b/tools/map2sym.py similarity index 98% rename from tools/sort_map.py rename to tools/map2sym.py index 116fbb172..de3924522 100644 --- a/tools/sort_map.py +++ b/tools/map2sym.py @@ -27,7 +27,7 @@ def total_bank_size(type): def map_to_sym(input): # analogous to ";File generated by rgblink" - yield ';File generated by sort_map.py\n' + yield ';File generated by map2sym.py\n' # ex: OAM: unused_rx = re.compile(r'^([A-Z]+):$')