u-boot-brain/arch
Simon Glass 68794b9f73 sparc: Fix build warnings in serial.c
These macros are already defined in io.h so should not be declared in
serial.c.

serial.c:38:0: warning: "READ_BYTE" redefined
/home/sjg/c/src/third_party/u-boot/files/include/asm/io.h:36:0: note: this is the location of the previous definition
serial.c:39:0: warning: "READ_HWORD" redefined
/home/sjg/c/src/third_party/u-boot/files/include/asm/io.h:37:0: note: this is the location of the previous definition
serial.c:40:0: warning: "READ_WORD" redefined
/home/sjg/c/src/third_party/u-boot/files/include/asm/io.h:38:0: note: this is the location of the previous definition
serial.c:41:0: warning: "READ_DWORD" redefined
/home/sjg/c/src/third_party/u-boot/files/include/asm/io.h:39:0: note: this is the location of the previous definition

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
2013-03-15 16:14:02 -04:00
..
arm arm: Enable generic board support 2013-03-15 16:14:00 -04:00
avr32 avr32: Fix cast warning in board.c 2013-03-15 16:14:01 -04:00
blackfin blackfin: Remove noreturn attribute from cpu_init_f() 2013-03-15 16:14:01 -04:00
m68k Declare watchdog functions in watchdog.h 2013-03-15 16:13:59 -04:00
microblaze Introduce generic link section.h symbol files 2013-03-15 16:13:58 -04:00
mips Change stub example to use asm-generic/sections.h 2013-03-15 16:13:58 -04:00
nds32 Change stub example to use asm-generic/sections.h 2013-03-15 16:13:58 -04:00
nios2 Introduce generic link section.h symbol files 2013-03-15 16:13:58 -04:00
openrisc Introduce generic link section.h symbol files 2013-03-15 16:13:58 -04:00
powerpc ppc: Enable generic board support 2013-03-15 16:14:00 -04:00
sandbox Introduce generic link section.h symbol files 2013-03-15 16:13:58 -04:00
sh Declare watchdog functions in watchdog.h 2013-03-15 16:13:59 -04:00
sparc sparc: Fix build warnings in serial.c 2013-03-15 16:14:02 -04:00
x86 x86: Enable generic board 2013-03-15 16:14:01 -04:00
.gitignore update include/asm/ gitignore after move 2010-05-07 00:17:30 +02:00