Message ID | 1427306777-17669-1-git-send-email-swarren@wwwdotorg.org |
---|---|
State | Deferred |
Headers | show |
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 --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.