From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Thu, 23 Jul 2009 00:09:50 +0200 Subject: [U-Boot] [PATCH] AT91: factor out ROUND() macro In-Reply-To: <1247866529-31432-1-git-send-email-wd@denx.de> References: <1247866529-31432-1-git-send-email-wd@denx.de> Message-ID: <20090722220950.GC26867@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 include common.h but config.h it in the cpu/arm926ejs/start.S Best Regards, J.