
18 Aug
2010
18 Aug
'10
10:12 a.m.
Hi Daniel,
-----Original Message----- From: Daniel Gorsulowski [mailto:Daniel.Gorsulowski@esd.eu] Sent: Monday, August 09, 2010 5:17 PM To: u-boot@lists.denx.de Cc: Xu, Hong; Daniel Gorsulowski Subject: [PATCH v5 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
Acked-By: Hong Xu hong.xu@atmel.com
BR, Eric
v2: fixed copyright changing error according to Wolfgangs hint v3: removed some whitespace, indentation and coding style errors v4: fixed build error (removed jamming parenthesis in pio defines) v5: nothing changed, just resend to cohere patch series
board/esd/meesc/meesc.c | 112 ++++++++++++++++++++++++---------------------- include/configs/meesc.h | 10 ++--- 2 files changed, 62 insertions(+), 60 deletions(-)
[...]