
19 Jul
2010
19 Jul
'10
1:48 p.m.
Hi Daniel,
-----Original Message----- From: Daniel Gorsulowski [mailto:Daniel.Gorsulowski@esd.eu] Sent: 2010?7?16? 14:23 To: u-boot@lists.denx.de Cc: Xu, Hong; Daniel Gorsulowski Subject: [PATCH-V2 2/3] at91: Update meesc board to new SoC access
- convert meesc board to use c stucture SoC access
- change gpio access to at91_gpio syntax
- moved CONFIG_SYS_HZ below board and cpu defines (purely cosmetic)
Signed-off-by: Daniel Gorsulowski Daniel.Gorsulowski@esd.eu
I checked this patch with <linux-2.6.34>/scripts/checkpatch.pl and this script reports some indent(tab/space) problems. Could you please fix them.
Acked-By: Hong Xu hong.xu@atmel.com
v2: fixed copyright changing error according to Wolfgangs hint
board/esd/meesc/meesc.c | 112 ++++++++++++++++++++++++---------------------- include/configs/meesc.h | 9 ++-- 2 files changed, 62 insertions(+), 59 deletions(-)
BR, Eric
[...]