From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 7 Nov 2012 23:43:47 +0100 Subject: [U-Boot] [PATCH v6 1/7] powerpc: Extract EPAPR_MAGIC constants into processor.h In-Reply-To: <1351590321-20368-1-git-send-email-sr@denx.de> References: <1351590321-20368-1-git-send-email-sr@denx.de> Message-ID: <20121107234347.1be16158@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 30 Oct 2012 10:45:21 +0100 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 > --- > Changes in v6: > - Fix compile warning: release.S:354:0: warning: "EPAPR_MAGIC" redefined > > arch/powerpc/cpu/mpc85xx/release.S | 1 - > arch/powerpc/include/asm/processor.h | 6 ++++++ > arch/powerpc/lib/bootm.c | 6 ------ > 3 files changed, 6 insertions(+), 7 deletions(-) Applied to staging/agust at denx.de. Thanks! Anatolij