Re: [U-Boot] [PATCH] AT91: factor out ROUND() macro

2009-07-22 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <2009070950.gc26...@game.jcrosoft.org> you wrote: > On 23:35 Fri 17 Jul , Wolfgang Denk wrote: > > A large number of boards (all AT91 based) duplicated the ROUND() > > macro in their board specific config files. Add the definition to > > in

Re: [U-Boot] [PATCH] AT91: factor out ROUND() macro

2009-07-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:35 Fri 17 Jul , Wolfgang Denk wrote: > 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 build failled as we do not

[U-Boot] [PATCH] AT91: factor out ROUND() macro

2009-07-17 Thread Wolfgang Denk
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 --- include/common.h |1 + include/configs/afeb9260.h