summaryrefslogtreecommitdiffstats
path: root/include/configs/at91sam9rlek.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-07-17 23:35:29 +0200
committerWolfgang Denk <wd@denx.de>2009-07-22 09:30:31 +0200
commit70ebf31633f372a24505e47846b2628e8435ea37 (patch)
treed8bafe143f9014954927b090244308d0974bd9b8 /include/configs/at91sam9rlek.h
parentd4abc757c26c531293f5bbc4262ade44a317eec9 (diff)
downloadtalos-obmc-uboot-70ebf31633f372a24505e47846b2628e8435ea37.tar.gz
talos-obmc-uboot-70ebf31633f372a24505e47846b2628e8435ea37.zip
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/at91sam9rlek.h')
-rw-r--r--include/configs/at91sam9rlek.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/at91sam9rlek.h b/include/configs/at91sam9rlek.h
index bc2a32bed9..916730454f 100644
--- a/include/configs/at91sam9rlek.h
+++ b/include/configs/at91sam9rlek.h
@@ -170,7 +170,6 @@
#define CONFIG_SYS_LONGHELP 1
#define CONFIG_CMDLINE_EDITING 1
-#define ROUND(A, B) (((A) + (B)) & ~((B) - 1))
/*
* Size of malloc() pool
*/
OpenPOWER on IntegriCloud