From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Thu, 29 Sep 2011 14:18:12 +0800 Subject: [U-Boot] [PATCH v2] image: push default arch values to arch headers In-Reply-To: <1317067101-2508-1-git-send-email-vapier@gentoo.org> References: <1317016410-608-1-git-send-email-vapier@gentoo.org> <1317067101-2508-1-git-send-email-vapier@gentoo.org> Message-ID: <4E840DA4.3090408@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Mike, On 09/27/2011 03:58 AM, Mike Frysinger wrote: > This pushes the ugly duplicated arch ifdef lists we maintain in various > image related files out to the arch headers themselves. > > Signed-off-by: Mike Frysinger > --- > v2 > - add a friendly #error when the define is missing Compiled and tested on nios2 boards using gcc4 and gcc3 with McNutt's "Add missing header for gcc3" patch applied. Thanks. Tested-by: Thomas Chou Best regards, Thomas