Re: [U-Boot] [PATCH 2/2] Replace __asm references with __asm__

2009-04-27 Thread Wolfgang Denk
Dear Peter Tyser, In message <1240243745-17102-1-git-send-email-pty...@xes-inc.com> you wrote: > __asm__ follows gcc's documented syntax and is generally more common > than __asm. This change is only asthetic and should not affect > functionality. > > Signed-off-by: Peter Tyser > --- > board/M

[U-Boot] [PATCH 2/2] Replace __asm references with __asm__

2009-04-20 Thread Peter Tyser
__asm__ follows gcc's documented syntax and is generally more common than __asm. This change is only asthetic and should not affect functionality. Signed-off-by: Peter Tyser --- board/MAI/AmigaOneG3SE/enet.c | 16 board/MAI/AmigaOneG3SE/flash_new.c | 10 +- boa