]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
AT91: factor out ROUND() macro
authorWolfgang Denk <wd@denx.de>
Fri, 17 Jul 2009 21:35:29 +0000 (23:35 +0200)
committerWolfgang Denk <wd@denx.de>
Wed, 22 Jul 2009 07:30:31 +0000 (09:30 +0200)
commit70ebf31633f372a24505e47846b2628e8435ea37
treed8bafe143f9014954927b090244308d0974bd9b8
parentd4abc757c26c531293f5bbc4262ade44a317eec9
AT91: factor out ROUND() macro

A large number of boards (all AT91 based) duplicated the ROUND()
macro in their board specific config files. Add the definition to
include/common.h and clean up the board config files.

Signed-off-by: Wolfgang Denk <wd@denx.de>
include/common.h
include/configs/afeb9260.h
include/configs/at91cap9adk.h
include/configs/at91rm9200ek.h
include/configs/at91sam9260ek.h
include/configs/at91sam9261ek.h
include/configs/at91sam9263ek.h
include/configs/at91sam9m10g45ek.h
include/configs/at91sam9rlek.h
include/configs/pm9261.h
include/configs/pm9263.h