summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2014-07-01 15:02:28 -0600
committerStephen Warren <swarren@nvidia.com>2014-07-01 15:02:28 -0600
commit4e40d7cc656075504808bf30de8b44d218fcacda (patch)
tree6403515b501ecc7c25fdbd34460c8381fda7454b
parent7bca06e16b378d7923bfb26d0a5998931d8f1a84 (diff)
downloadtegra-pinmux-scripts-4e40d7cc656075504808bf30de8b44d218fcacda.tar.gz
Fix Venice2 sheet name in CSV import script
Fix csv-to-board-tegra124-xlsx.py's comment in supported_boards{} re: the sheet that the data came from. It should be Customer_Configuration, but I was confused when I exported as CSV, and Excel renamed the sheet:-/ Signed-off-by: Stephen Warren <swarren@nvidia.com>
-rwxr-xr-xcsv-to-board-tegra124-xlsx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/csv-to-board-tegra124-xlsx.py b/csv-to-board-tegra124-xlsx.py
index f99fda1..e7afda7 100755
--- a/csv-to-board-tegra124-xlsx.py
+++ b/csv-to-board-tegra124-xlsx.py
@@ -43,7 +43,7 @@ if dbg: print(args)
supported_boards = {
'jetson-tk1': 'T124_customer_pinmux_PM375_30Apr2014_v2.csv', # worksheet PM375Beaver_Configuration
- 'venice2': 'Venice2_T124_customer_pinmux_based_on_P4_rev47_2013-07-12.csv', # worksheet Venice2_T124_customer_pinmux_ba
+ 'venice2': 'Venice2_T124_customer_pinmux_based_on_P4_rev47_2013-07-12.csv', # worksheet Customer_Configuration
}
if not args.board in supported_boards: