From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Mon, 29 Mar 2010 07:59:52 -0500 Subject: [U-Boot] [PATCH] at91: use C structs for AT91 OHCI code In-Reply-To: <201003251430.13625.matthias.fuchs@esd.eu> References: <201003251430.13625.matthias.fuchs@esd.eu> Message-ID: <4BB0A448.50100@windriver.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 Fuchs wrote: > This patch is part of migrating the AT91 support towards > using C struct for all SOC access. > > It removes one more CONFIG_AT91_LEGACY warning. > > at91_pmc.h needs cleanup after migration of the drivers > has been done. > Yes. All the #if-def-ing will be removed when the migration is done. > Signed-off-by: Matthias Fuchs Applied to arm/next Thanks Tom