From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 30 Oct 2013 09:35:11 -0600 Subject: [U-Boot] =?utf-8?q?=5BPATCH_v3=5D_ARM=3A_tegra=3A_Add_the_Tamonte?= =?utf-8?q?n=E2=84=A2_NG_Evaluation_Carrier_board?= In-Reply-To: <20131030121932.645d0190@avionic-0020> References: <5260393A.4000609@wwwdotorg.org> <1382365726-29140-1-git-send-email-alban.bedel@avionic-design.de> <526EDE66.2060402@wwwdotorg.org> <20131030121932.645d0190@avionic-0020> Message-ID: <5271272F.9040101@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/30/2013 05:19 AM, Alban Bedel wrote: > On Mon, 28 Oct 2013 16:00:06 -0600 > Stephen Warren wrote: > >> On 10/21/2013 08:28 AM, Alban Bedel wrote: >>> Add support for the new Tamonten? NG platform from Avionic Design. >>> Currently only I2C, MMC, USB and ethernet have been tested. >>> diff --git a/board/avionic-design/common/tamonten-ng.c b/board/avionic-design/common/tamonten-ng.c >> Most of the PMU #defines aren't used either. > > I'll remove them too, althought I hate having hardcoded values in the > code instead of a human readable definition of the registers. I didn't say to remove them all. It only makes sense to remove the macros that aren't used, which is most of them. The 1 or 2 that are used are fine.