From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Tyser Date: Wed, 22 Jul 2009 10:57:09 -0500 Subject: [U-Boot] Support for Calao USB A9263 board based on AT91SAM9263 CPU In-Reply-To: <20090722173008.505bfac4@surf> References: <20090701140758.28d7438a@surf> <20090722173008.505bfac4@surf> Message-ID: <1248278229.24163.78.camel@localhost.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Thomas, Just a note, but its nice when you resend patches to include the string [PATCH vX] where X=2, 3, etc. That way whoever applies your patch can tell which email contains the latest iteration of it. > This new version includes the following changes : > > * Copyright header on config.mk, by suggestion of Peter Tyser > > * Updated copyright informations in all new files > > * Use get_ram_size(), as suggested by Wolfgang Denk > > * Do some cleanup of useless comments, re-indent definitions to avoid > long lines, etc. > > * Add entry to MAINTAINERS > > I'm still including the definition of ROUND() in the board > configuration file, since Wolfgang's patch has yet been merged to the > Git tree (and I don't think sending a patch that doesn't compile > against the current Git tree is useful). That's just plain bad luck, Wolfgang just merged the ROUND() commit a few hours ago:) http://git.denx.de/?p=u-boot.git;a=commit;h=70ebf31633f372a24505e47846b2628e8435ea37 Its up to the ARM maintainer to determine if having the ROUND() defined locally is a show stopper. Best, Peter