From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 30 Oct 2012 08:28:25 +0100 Subject: [U-Boot] [PATCH v5 1/7] powerpc: Extract EPAPR_MAGIC constants into processor.h In-Reply-To: <20121029205551.GF11581@bill-the-cat> References: <1350980915-27940-1-git-send-email-sr@denx.de> <1350980915-27940-2-git-send-email-sr@denx.de> <20121029205551.GF11581@bill-the-cat> Message-ID: <508F8199.6000507@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, On 10/29/2012 09:55 PM, Tom Rini wrote: > On Tue, Oct 23, 2012 at 10:28:29AM +0200, Stefan Roese wrote: > >> By extracting these defines into a header, they can be re-used by other >> C sources as well. This will be done by the SPL framework OS boot >> support. >> >> Signed-off-by: Stefan Roese > > release.S:354:0: warning: "EPAPR_MAGIC" redefined [enabled by default] > .../P2020RDB-PC_36BIT/include2/asm/processor.h:1346:0: > note: this is the location of the previous definition > > Please fix, thanks! Yes, sorry. Will send a new version soon. Thanks, Stefan