]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM change name of defines for AT91 arm926ejs
authorAchim Ehrlich <aehrlich@taskit.de>
Wed, 24 Feb 2010 09:29:16 +0000 (10:29 +0100)
committerTom Rix <Tom.Rix@windriver.com>
Sun, 7 Mar 2010 18:36:35 +0000 (12:36 -0600)
commit7c966a8bdfdab80cafbfed035d7ae6ea6f58f756
tree545dbb64661d1cdedbf718d813d330aa45bcdcf9
parent5c97a1de196fdcbe9d098948ecf4fccfbea23b78
ARM change name of defines for AT91 arm926ejs

Configuration defines should be preceeded with CONFIG_SYS_. Renamed
some at91 specific defines to conform to this naming convention:

AT91_CPU_NAME to CONFIG_SYS_AT91_CPU_NAME
AT91_MAIN_CLOCK to CONFIG_SYS_AT91_MAIN_CLOCK

Signed-off-by: Achim Ehrlich <aehrlich@taskit.de>
29 files changed:
board/atmel/at91cap9adk/at91cap9adk.c
board/atmel/at91sam9261ek/at91sam9261ek.c
board/atmel/at91sam9263ek/at91sam9263ek.c
board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c
board/atmel/at91sam9rlek/at91sam9rlek.c
board/esd/otc570/otc570.c
board/ronetix/pm9261/pm9261.c
board/ronetix/pm9263/pm9263.c
cpu/arm926ejs/at91/clock.c
cpu/arm926ejs/at91/cpu.c
include/asm-arm/arch-at91/at91cap9.h
include/asm-arm/arch-at91/at91rm9200.h
include/asm-arm/arch-at91/at91sam9260.h
include/asm-arm/arch-at91/at91sam9261.h
include/asm-arm/arch-at91/at91sam9263.h
include/asm-arm/arch-at91/at91sam9g45.h
include/asm-arm/arch-at91/at91sam9rl.h
include/configs/afeb9260.h
include/configs/at91cap9adk.h
include/configs/at91sam9260ek.h
include/configs/at91sam9261ek.h
include/configs/at91sam9263ek.h
include/configs/at91sam9m10g45ek.h
include/configs/at91sam9rlek.h
include/configs/cpu9260.h
include/configs/pm9261.h
include/configs/pm9263.h
include/configs/sbc35_a9g20.h
include/configs/tny_a9260.h