summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2015-03-25 10:34:52 -0600
committerStephen Warren <swarren@nvidia.com>2015-03-25 12:02:30 -0600
commit64444eff656e0efc3a5cbce1bd853a79727e4d16 (patch)
tree2cedfed07c50fe30cceeef7e6be184df1dea5863
parentca5bbef466b5c7ba899fbf69078049d6abbcce96 (diff)
downloadtegra-pinmux-scripts-64444eff656e0efc3a5cbce1bd853a79727e4d16.tar.gz
Remove stale FIXME in board-to-uboot.py
The FIXME has already been fixed! Signed-off-by: Stephen Warren <swarren@nvidia.com> --- This series mainly adds support for configuring the MIPI pad control registers, along with a few fixes/cleanups first. I'll enhance the Jetson TK1 board file to actually include MIPI pad control settings as soon as I've cleared up one other change in the latest spreadsheet.
-rwxr-xr-xboard-to-uboot.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/board-to-uboot.py b/board-to-uboot.py
index f47f6f6..f337b63 100755
--- a/board-to-uboot.py
+++ b/board-to-uboot.py
@@ -41,7 +41,6 @@ board = tegra_pmx_board_parser.load_board(args.board)
copyright_year = datetime.date.today().year
-# FIXME: Need to make rcv_sel parameter to PINCFG() macro below optional
print('''\
/*
* Copyright (c) %(copyright_year)d, NVIDIA CORPORATION. All rights reserved.