ep93xx: Move peripheral defines to local SoC header
authorRyan Mallon <rmallon@gmail.com>
Tue, 10 Jan 2012 22:29:26 +0000 (09:29 +1100)
committerRyan Mallon <rmallon@gmail.com>
Wed, 14 Mar 2012 00:42:27 +0000 (11:42 +1100)
Move the AHB/APB peripheral defines to local SoC header since they are
only needed by the core SoC code. The UART defines are not moved
because they are used by the mach/uncompress.h header.

Signed-off-by: Ryan Mallon <rmallon@gmail.com>
Reviewed-by: Mika Westerberg <mika.westerberg@iki.fi>
Acked-by: Hartley Sweeten <hsweeten@visionengravers.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>

No differences found