summaryrefslogtreecommitdiff
path: root/board-to-uboot.py
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2014-08-21 17:23:47 -0600
committerStephen Warren <swarren@nvidia.com>2014-08-21 17:24:43 -0600
commit7177283483479405a5f9b4406ce4dde5e813fd8d (patch)
tree0eebf81515cf69e888a859e9cbfbe96f225a7b08 /board-to-uboot.py
parent8b77013470e2eab19151e06b82505eb309ef394f (diff)
downloadtegra-pinmux-scripts-7177283483479405a5f9b4406ce4dde5e813fd8d.tar.gz
Warn about unconfigured pins
When generating a kernel or U-Boot pinmux configuration, complain about pins that have no configuration. That's probably a bug in the spreadsheet. Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'board-to-uboot.py')
-rwxr-xr-xboard-to-uboot.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/board-to-uboot.py b/board-to-uboot.py
index e4df06e..c679191 100755
--- a/board-to-uboot.py
+++ b/board-to-uboot.py
@@ -168,3 +168,5 @@ print('''\
#endif /* PINMUX_CONFIG_%s_H */
''' % board.definename, end='')
+
+board.warn_about_unconfigured_pins()