From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Tue, 12 May 2009 17:29:15 +0200 Subject: [U-Boot] [PATCH 2/4] omap3: remove typedef for struct gpmc In-Reply-To: References: <9558ad872d306e43c6605198c190d601c0c50c99.1242035389.git.mludwig@ultratronik.de> <09cd64b2360090e567714d756843eaf8bdf68cc5.1242035389.git.mludwig@ultratronik.de> <4A087B7D.3020409@googlemail.com> Message-ID: <4A0995CB.9010002@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Matthias Ludwig wrote: > Hi Dirk, > >> I wonder if you have the resources and like to convert all register >> structs used by OMAP3 code and remove the typedef? >> >> Else we would have a mixture of typedefs and struct usage (see e.g. >> above in sys_info.c). I would like to have it consistent, either the one >> or the other way ;) What do you think? > > sounds reasonable, so already in the making. > Patchset in reply to this mail. > > Again: > - compile-tested on beagle, evm, over, pandora, zoom1 > - boot-tested on own board > - based on v2009.06-rc1 > - applies on u-boot-arm/next but breaks zoom2 > > Please test on other platforms. Compile tested with recent mainline: Ok. Boot tested on BeagleBoard: Ok. Best regards Dirk