public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 09/16] ARM: remove broken "versatile" boards.
Date: Tue, 30 Aug 2011 08:47:20 +0200	[thread overview]
Message-ID: <4E5C8778.6080402@aribaud.net> (raw)
In-Reply-To: <4E57980A.6010406@denx.de>

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 Denk<wd@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 at 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 at lilith:~/src/u-boot-arm$

> Best regards,
> Stefano Babic

Amicalement,
-- 
Albert.

  reply	other threads:[~2011-08-30  6:47 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-24 14:12 [U-Boot] [STATUS] ARM: board removal Albert ARIBAUD
2011-08-24 16:09 ` Reinhard Meyer
2011-08-24 17:19   ` Albert ARIBAUD
2011-08-24 18:11     ` Wolfgang Denk
2011-08-25 13:03       ` Albert ARIBAUD
2011-08-25 20:36         ` Wolfgang Denk
2011-08-26 12:25         ` [U-Boot] [PATCH v2 00/16] " Wolfgang Denk
2011-08-26 12:25           ` [U-Boot] [PATCH v2 01/16] ARM: remove broken "armadillo" board Wolfgang Denk
2011-08-26 15:41             ` Marek Vasut
2011-08-26 19:57               ` Wolfgang Denk
2011-08-26 20:49                 ` Marek Vasut
2011-08-26 22:29                   ` Wolfgang Denk
2011-08-30  6:06               ` Albert ARIBAUD
2011-08-30  7:20                 ` Marek Vasut
2011-08-30  9:32                 ` Wolfgang Denk
2011-08-26 12:25           ` [U-Boot] [PATCH v2 02/16] ARM: remove broken "B2" board Wolfgang Denk
2011-08-26 12:25           ` [U-Boot] [PATCH v2 03/16] ARM: remove broken "edb93xx" boards Wolfgang Denk
2011-08-26 12:25           ` [U-Boot] [PATCH v2 04/16] ARM: remove broken "lpd7a40x" boards Wolfgang Denk
2011-08-26 12:25           ` [U-Boot] [PATCH v2 05/16] ARM: remove broken "mx1fs2" board Wolfgang Denk
2011-08-26 12:25           ` [U-Boot] [PATCH v2 06/16] ARM: remove broken "netstar" board Wolfgang Denk
2011-08-26 12:25           ` [U-Boot] [PATCH v2 07/16] ARM: remove broken "sbc2410x" board Wolfgang Denk
2011-08-26 12:25           ` [U-Boot] [PATCH v2 08/16] ARM: remove broken "smdk2400" board Wolfgang Denk
2011-08-26 12:25           ` [U-Boot] [PATCH v2 09/16] ARM: remove broken "versatile" boards Wolfgang Denk
2011-08-26 12:56             ` Stefano Babic
2011-08-30  6:47               ` Albert ARIBAUD [this message]
2011-08-30  7:16                 ` Stefano Babic
2011-08-30  8:16                   ` Albert ARIBAUD
2011-08-30  8:24                     ` Albert ARIBAUD
2011-08-26 12:25           ` [U-Boot] [PATCH v2 10/16] ARM: remove broken "voiceblue" board Wolfgang Denk
2011-08-26 12:25           ` [U-Boot] [PATCH v2 11/16] ARM: remove broken "at91cap9adk" board Wolfgang Denk
2011-08-26 12:25           ` [U-Boot] [PATCH v2 12/16] ARM: remove broken "cmc_pu2" board Wolfgang Denk
2011-08-26 12:25           ` [U-Boot] [PATCH v2 13/16] ARM: remove broken "csb637" board Wolfgang Denk
2011-08-26 12:25           ` [U-Boot] [PATCH v2 14/16] ARM: remove broken "kb9202" board Wolfgang Denk
2011-08-26 12:25           ` [U-Boot] [PATCH v2 15/16] ARM: remove broken "m501sk" board Wolfgang Denk
2011-08-26 12:25           ` [U-Boot] [PATCH v2 16/16] ARM: remove broken "at91rm9200dk" board Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E5C8778.6080402@aribaud.net \
    --to=albert.u.boot@aribaud.net \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox