diff options
author | Wolfgang Denk <wd@denx.de> | 2009-07-17 23:35:29 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-07-22 09:30:31 +0200 |
commit | 70ebf31633f372a24505e47846b2628e8435ea37 (patch) | |
tree | d8bafe143f9014954927b090244308d0974bd9b8 /include/configs/afeb9260.h | |
parent | d4abc757c26c531293f5bbc4262ade44a317eec9 (diff) |
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>
Diffstat (limited to 'include/configs/afeb9260.h')
-rw-r--r-- | include/configs/afeb9260.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/afeb9260.h b/include/configs/afeb9260.h index 8a1c4f592e5..74677d87545 100644 --- a/include/configs/afeb9260.h +++ b/include/configs/afeb9260.h @@ -161,7 +161,6 @@ #define CONFIG_SYS_LONGHELP 1 #define CONFIG_CMDLINE_EDITING 1 -#define ROUND(A, B) (((A) + (B)) & ~((B) - 1)) /* * Size of malloc() pool */ |