From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Thu, 20 Nov 2008 23:38:52 +0100 Subject: [U-Boot] [PATCH-OMAP3] OMAP3: Clean up board files In-Reply-To: <491e86c4.0b38560a.415d.0169@mx.google.com> References: <491e86c4.0b38560a.415d.0169@mx.google.com> Message-ID: <20081120223852.GL20436@game.jcrosoft.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 09:22 Sat 15 Nov , dirk.behme at googlemail.com wrote: > - Use readx/writex instead of direct pointer access > - Replace hardcoded values by macros > - Minor space to tab conversion > > No functional change. > > Signed-off-by: Dirk Behme > > --- > board/omap3/beagle/beagle.c | 78 +++++++++++++++++++------------- > board/omap3/overo/overo.c | 90 ++++++++++++++++++++++--------------- > include/asm-arm/arch-omap3/omap3.h | 70 ++++++++++++++++++++++++++++ > 3 files changed, 171 insertions(+), 67 deletions(-) > apply to u-boot-arm/omap3