mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 22:51:37 +00:00
ARM: versatilepb : drop warnings due to double definitions
CONFIG_ARCH_VERSATILE_PB is defined twice - drop the define from config.h. Signed-off-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
f89f6109e9
commit
96c9745fa1
2 changed files with 1 additions and 5 deletions
|
@ -77,7 +77,7 @@ voiceblue arm arm925t
|
||||||
omap1510inn arm arm925t - ti
|
omap1510inn arm arm925t - ti
|
||||||
integratorap_cm926ejs arm arm926ejs integrator armltd - integratorap
|
integratorap_cm926ejs arm arm926ejs integrator armltd - integratorap
|
||||||
integratorcp_cm926ejs arm arm926ejs integrator armltd - integratorcp
|
integratorcp_cm926ejs arm arm926ejs integrator armltd - integratorcp
|
||||||
versatileqemu arm arm926ejs versatile armltd versatile versatile:ARCH_VERSATILE_QEMU
|
versatileqemu arm arm926ejs versatile armltd versatile versatile:ARCH_VERSATILE_QEMU,ARCH_VERSATILE_PB
|
||||||
versatilepb arm arm926ejs versatile armltd versatile versatile:ARCH_VERSATILE_PB
|
versatilepb arm arm926ejs versatile armltd versatile versatile:ARCH_VERSATILE_PB
|
||||||
versatileab arm arm926ejs versatile armltd versatile versatile:ARCH_VERSATILE_AB
|
versatileab arm arm926ejs versatile armltd versatile versatile:ARCH_VERSATILE_AB
|
||||||
aspenite arm arm926ejs - Marvell armada100
|
aspenite arm arm926ejs - Marvell armada100
|
||||||
|
|
|
@ -39,10 +39,6 @@
|
||||||
#define CONFIG_VERSATILE 1 /* in Versatile Platform Board */
|
#define CONFIG_VERSATILE 1 /* in Versatile Platform Board */
|
||||||
#define CONFIG_ARCH_VERSATILE 1 /* Specifically, a Versatile */
|
#define CONFIG_ARCH_VERSATILE 1 /* Specifically, a Versatile */
|
||||||
|
|
||||||
#ifndef CONFIG_ARCH_VERSATILE_AB /* AB */
|
|
||||||
#define CONFIG_ARCH_VERSATILE_PB /* Versatile PB is default */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define CONFIG_SYS_MEMTEST_START 0x100000
|
#define CONFIG_SYS_MEMTEST_START 0x100000
|
||||||
#define CONFIG_SYS_MEMTEST_END 0x10000000
|
#define CONFIG_SYS_MEMTEST_END 0x10000000
|
||||||
#define CONFIG_SYS_HZ (1000000 / 256)
|
#define CONFIG_SYS_HZ (1000000 / 256)
|
||||||
|
|
Loading…
Add table
Reference in a new issue