From 70ebf31633f372a24505e47846b2628e8435ea37 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Fri, 17 Jul 2009 23:35:29 +0200 Subject: 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 --- include/configs/at91rm9200ek.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/at91rm9200ek.h') diff --git a/include/configs/at91rm9200ek.h b/include/configs/at91rm9200ek.h index c898c7304..58ec94a84 100644 --- a/include/configs/at91rm9200ek.h +++ b/include/configs/at91rm9200ek.h @@ -311,7 +311,6 @@ struct bd_info_ext { */ #define CONFIG_SYS_HZ_CLOCK (AT91C_MASTER_CLOCK / 2) -#define ROUND(A, B) (((A) + (B)) & ~((B) - 1)) /* * Size of malloc() pool */ -- cgit v1.2.3