[U-Boot-Users] [PATCH 01/26] Fix @ -> <at> substitution

Wolfgang Denk wd at denx.de
Sat May 10 00:30:37 CEST 2008


In message <1210279954-28692-2-git-send-email-stelian at popies.net> you wrote:
> When applying the AT91CAP9 patches upstream, something transformed
> the '@' character into the ' <at> ' sequence.
> 
> The patch below restores the original form in all the places where
> it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
> were copied from AT91CAP9, and a couple of other files where the
> ' <at> ' sequence was present).
> 
> Signed-off-by: Stelian Pop <stelian at popies.net>
> ---
>  CHANGELOG                                  |   12 ++++++------
>  board/atmel/at91cap9adk/Makefile           |    2 +-
>  board/atmel/at91cap9adk/at91cap9adk.c      |    2 +-
>  board/atmel/at91cap9adk/led.c              |    2 +-
>  board/atmel/at91cap9adk/nand.c             |    2 +-
>  board/atmel/at91cap9adk/u-boot.lds         |    2 +-
>  board/atmel/at91sam9260ek/Makefile         |    2 +-
>  board/atmel/at91sam9260ek/at91sam9260ek.c  |    2 +-
>  board/atmel/at91sam9260ek/led.c            |    2 +-
>  board/atmel/at91sam9260ek/nand.c           |    2 +-
>  board/atmel/at91sam9260ek/u-boot.lds       |    2 +-
>  cpu/arm926ejs/at91sam9/Makefile            |    2 +-
>  cpu/arm926ejs/at91sam9/ether.c             |    2 +-
>  cpu/arm926ejs/at91sam9/lowlevel_init.S     |    2 +-
>  cpu/arm926ejs/at91sam9/timer.c             |    2 +-
>  cpu/arm926ejs/at91sam9/usb.c               |    2 +-
>  drivers/net/smc911x.c                      |    2 +-
>  include/asm-arm/arch-at91sam9/clk.h        |    2 +-
>  include/asm-arm/arch-at91sam9/memory-map.h |    2 +-
>  include/asm-arm/dma-mapping.h              |    2 +-
>  include/configs/at91cap9adk.h              |    2 +-
>  include/configs/at91sam9260ek.h            |    2 +-
>  22 files changed, 27 insertions(+), 27 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Live long and prosper.
	-- Spock, "Amok Time", stardate 3372.7




More information about the U-Boot mailing list