
Hi Stefano,
Le 26/08/2011 14:56, Stefano Babic a écrit :
On 08/26/2011 02:25 PM, Wolfgang Denk wrote:
Signed-off-by: Wolfgang Denkwd@denx.de
MAINTAINERS | 2 - MAKEALL | 3 - README | 2 +- board/armltd/versatile/Makefile | 51 ------ board/armltd/versatile/lowlevel_init.S | 34 ---- board/armltd/versatile/split_by_variant.sh | 42 ----- board/armltd/versatile/versatile.c | 111 ------------ doc/README.scrapyard | 1 + include/configs/versatile.h | 252 ---------------------------- 9 files changed, 2 insertions(+), 496 deletions(-) delete mode 100644 board/armltd/versatile/Makefile delete mode 100644 board/armltd/versatile/lowlevel_init.S delete mode 100755 board/armltd/versatile/split_by_variant.sh delete mode 100644 board/armltd/versatile/versatile.c delete mode 100644 include/configs/versatile.h
Hi Wolfgang,
your patch removes also the possibility to run the versatilepb board in qemu environment (target versatileqemu in boards.cfg). For that I sent a patch that it is already in mainline (commit d388298a59ba375c76597b8f95b560afa971a0fb).
I will suggest to remove only the split_by_variant.sh file in this patch.
Building all versatile boards here with ELDK4.2 on a Natty Ubuntu, I get warnings of two sorts:
1) in the QEMU build, you needlessly cast a pointer as 'volatile', which I missed on review but which my compiler does not like -- I did a general removal patch for code in U-Boot that calls get_ram_size() with a volatile-cast argument.
2) There are a lot of redefinitions, apparently a double include.
Can you look into this?
uboot@lilith:~/src/u-boot-arm$ ./MAKEALL versatileqemu versatilepb versatileab Configuring for versatileqemu - Board: versatile, Options: ARCH_VERSATILE_QEMU versatile.c: In function 'dram_init': versatile.c:98: warning: passing argument 1 of 'get_ram_size' discards qualifiers from pointer target type text data bss dec hex filename 100896 2140 12020 115056 1c170 ./u-boot Configuring for versatilepb - Board: versatile, Options: ARCH_VERSATILE_PB In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from include/common.h:37: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from include/common.h:37: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from include/common.h:41: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from include/common.h:37: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from lib/asm-offsets.c:18: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from lib/asm-offsets.c:18: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from lib/asm-offsets.c:18: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from lib/asm-offsets.c:18: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from hello_world.c:24: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from hello_world.c:24: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from hello_world.c:24: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from hello_world.c:24: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from smc91111_eeprom.c:30: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from smc91111_eeprom.c:30: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from smc91111_eeprom.c:30: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from smc91111_eeprom.c:30: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from /home/uboot/src/u-boot-arm/include/exports.h:6, from stubs.c:1: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from /home/uboot/src/u-boot-arm/include/exports.h:6, from stubs.c:1: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from /home/uboot/src/u-boot-arm/include/exports.h:6, from stubs.c:1: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from /home/uboot/src/u-boot-arm/include/exports.h:6, from stubs.c:1: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from start.S:35: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from start.S:35: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from cpu.c:32: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from cpu.c:32: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from cpu.c:32: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from cpu.c:32: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from part.c:24: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from part.c:24: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from part.c:24: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from part.c:24: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from timer.c:38: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from timer.c:38: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from timer.c:38: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from timer.c:38: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from board.c:41: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from board.c:41: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from board.c:41: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from board.c:41: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from bootm.c:24: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from bootm.c:24: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from bootm.c:24: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from bootm.c:24: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from cache.c:26: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from cache.c:26: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from cache.c:26: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from cache.c:26: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from cache-cp15.c:24: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from cache-cp15.c:24: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from cache-cp15.c:24: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from cache-cp15.c:24: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from interrupts.c:38: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from interrupts.c:38: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from interrupts.c:38: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from interrupts.c:38: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from reset.c:40: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from reset.c:40: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from reset.c:40: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from reset.c:40: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from eabi_compat.c:12: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from eabi_compat.c:12: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from eabi_compat.c:12: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from eabi_compat.c:12: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from cfi_flash.c:37: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from cfi_flash.c:37: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from cfi_flash.c:37: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from cfi_flash.c:37: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from cmd_bdinfo.c:27: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from cmd_bdinfo.c:27: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from cmd_bdinfo.c:27: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from cmd_bdinfo.c:27: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from cmd_boot.c:27: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from cmd_boot.c:27: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from cmd_boot.c:27: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from cmd_boot.c:27: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from cmd_bootm.c:28: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from cmd_bootm.c:28: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from cmd_bootm.c:28: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from cmd_bootm.c:28: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from cmd_flash.c:27: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from cmd_flash.c:27: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from cmd_flash.c:27: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from cmd_flash.c:27: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from smc91111.c:62: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from smc91111.c:62: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from smc91111.c:62: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from smc91111.c:62: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from cmd_help.c:24: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from cmd_help.c:24: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from cmd_help.c:24: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from cmd_help.c:24: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from cmd_load.c:27: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from cmd_load.c:27: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from cmd_load.c:27: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from cmd_load.c:27: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from cmd_mem.c:30: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from cmd_mem.c:30: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from cmd_mem.c:30: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from cmd_mem.c:30: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from cmd_net.c:27: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from cmd_net.c:27: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from cmd_net.c:27: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from cmd_net.c:27: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from rpx_pcmcia.c:4: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from rpx_pcmcia.c:4: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from rpx_pcmcia.c:4: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from rpx_pcmcia.c:4: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from cmd_nvedit.c:43: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from cmd_nvedit.c:43: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from cmd_nvedit.c:43: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from cmd_nvedit.c:43: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from tqm8xx_pcmcia.c:5: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from tqm8xx_pcmcia.c:5: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from tqm8xx_pcmcia.c:5: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from tqm8xx_pcmcia.c:5: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from date.c:28: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from date.c:28: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from cmd_pcmcia.c:56: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from cmd_pcmcia.c:56: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from date.c:28: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from date.c:28: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from cmd_pcmcia.c:56: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from cmd_pcmcia.c:56: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from cmd_version.c:24: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from cmd_version.c:24: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from cmd_version.c:24: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from cmd_version.c:24: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from command.c:28: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from command.c:28: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from command.c:28: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from command.c:28: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from console.c:24: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from console.c:24: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from console.c:24: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from console.c:24: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from serial_pl01x.c:30: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from serial_pl01x.c:30: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from serial_pl01x.c:30: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from serial_pl01x.c:30: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from dlmalloc.c:1: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from dlmalloc.c:1: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from dlmalloc.c:1: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from dlmalloc.c:1: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from env_common.c:27: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from env_common.c:27: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from env_common.c:27: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from env_common.c:27: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from env_flash.c:29: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from env_flash.c:29: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from env_flash.c:29: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from env_flash.c:29: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from exports.c:1: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from exports.c:1: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from exports.c:1: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from exports.c:1: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from flash.c:26: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from flash.c:26: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from flash.c:26: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from flash.c:26: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from image.c:27: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from image.c:27: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from image.c:27: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from image.c:27: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from main.c:30: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from main.c:30: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from main.c:30: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from main.c:30: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from memsize.c:24: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from memsize.c:24: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from s_record.c:24: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from s_record.c:24: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from s_record.c:24: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from s_record.c:24: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from stdio.c:24: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from stdio.c:24: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from stdio.c:25: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from stdio.c:24: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from xyzModem.c:57: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from xyzModem.c:57: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from xyzModem.c:57: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from xyzModem.c:57: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from env_embedded.c:28: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from env_embedded.c:28: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/compiler.h:110, from /home/uboot/src/u-boot-arm/include/environment.h:133, from env_embedded.c:30: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from env_embedded.c:28: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from zlib.h:5, from zutil.h:17, from zlib.c:15: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from zlib.h:5, from zutil.h:17, from zlib.c:15: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from zlib.h:5, from zutil.h:17, from zlib.c:15: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from zlib.h:5, from zutil.h:17, from zlib.c:15: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from bootp.c:11: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from bootp.c:11: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from bootp.c:11: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from bootp.c:11: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from eth.c:24: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from eth.c:24: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from eth.c:24: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from eth.c:24: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from net.c:77: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from net.c:77: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from net.c:77: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from net.c:77: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from crc32.c:12: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from crc32.c:12: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from crc32.c:12: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from crc32.c:12: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from tftp.c:9: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from tftp.c:9: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from tftp.c:9: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from tftp.c:9: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from display_options.c:24: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from display_options.c:24: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from display_options.c:25: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from display_options.c:24: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from gunzip.c:24: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from gunzip.c:24: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from gunzip.c:24: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from gunzip.c:24: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from hashtable.c:44: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from hashtable.c:44: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from hashtable.c:44: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from hashtable.c:44: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from lmb.c:13: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from lmb.c:13: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from lmb.c:13: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from lmb.c:13: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from net_utils.c:29: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from net_utils.c:29: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from net_utils.c:29: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from net_utils.c:29: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from /home/uboot/src/u-boot-arm/include/exports.h:6, from qsort.c:19: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from /home/uboot/src/u-boot-arm/include/exports.h:6, from qsort.c:19: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from /home/uboot/src/u-boot-arm/include/exports.h:6, from qsort.c:19: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from /home/uboot/src/u-boot-arm/include/exports.h:6, from qsort.c:19: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from strmhz.c:23: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from strmhz.c:23: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from strmhz.c:23: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from strmhz.c:23: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from string.c:19: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from string.c:19: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from time.c:24: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from time.c:24: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from time.c:24: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from time.c:24: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from vsprintf.c:14: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from vsprintf.c:14: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from vsprintf.c:18: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from vsprintf.c:14: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from versatile.c:36: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/common.h:37, from versatile.c:36: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition In file included from /home/uboot/src/u-boot-arm/include/asm/string.h:4, from /home/uboot/src/u-boot-arm/include/linux/string.h:21, from /home/uboot/src/u-boot-arm/include/common.h:41, from versatile.c:36: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from /home/uboot/src/u-boot-arm/include/common.h:37, from versatile.c:36: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: this is the location of the previous definition versatile.c: In function 'dram_init': versatile.c:98: warning: passing argument 1 of 'get_ram_size' discards qualifiers from pointer target type In file included from /home/uboot/src/u-boot-arm/include/config.h:6, from lowlevel_init.S:26: /home/uboot/src/u-boot-arm/include/configs/versatile.h:43:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from lowlevel_init.S:26: /home/uboot/src/u-boot-arm/include/config.h:2:1: warning: this is the location of the previous definition text data bss dec hex filename 116776 2196 13384 132356 20504 ./u-boot Configuring for versatileab - Board: versatile, Options: ARCH_VERSATILE_AB versatile.c: In function 'dram_init': versatile.c:98: warning: passing argument 1 of 'get_ram_size' discards qualifiers from pointer target type text data bss dec hex filename 116800 2196 14684 133680 20a30 ./u-boot
--------------------- SUMMARY ---------------------------- Boards compiled: 3 Boards with warnings or errors: 3 ( versatileqemu versatilepb versatileab ) ---------------------------------------------------------- uboot@lilith:~/src/u-boot-arm$
Best regards, Stefano Babic
Amicalement,