diff mbox

[pinmux,scripts,1/5] Remove stale FIXME in board-to-uboot.py

Message ID 1427306777-17669-1-git-send-email-swarren@wwwdotorg.org
State Deferred
Headers show

Commit Message

Stephen Warren March 25, 2015, 6:06 p.m. UTC
From: Stephen Warren <swarren@nvidia.com>

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.
---
 board-to-uboot.py | 1 -
 1 file changed, 1 deletion(-)

Comments

Stephen Warren April 1, 2015, 3:09 p.m. UTC | #1
On 03/25/2015 12:06 PM, Stephen Warren wrote:
> From: Stephen Warren <swarren@nvidia.com>
>
> The FIXME has already been fixed!

Since the U-Boot patches that these changes generate have been applied, 
I've applied this series.
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/board-to-uboot.py b/board-to-uboot.py
index f47f6f6c47b3..f337b6371955 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.