diff options
author | Stefan Roese <sr@denx.de> | 2012-08-23 07:25:37 (GMT) |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2012-12-05 16:27:02 (GMT) |
commit | 966b11c74909d2c1b38070dc4ab5708fba5be43d (patch) | |
tree | d756f1cc0e90dd7dafa50a05ae4ee552813e6014 /arch/powerpc/cpu | |
parent | ce12a8c1a94a2b3d585feff387497f724b98e3ce (diff) | |
download | u-boot-fsl-qoriq-966b11c74909d2c1b38070dc4ab5708fba5be43d.tar.xz |
powerpc: Extract EPAPR_MAGIC constants into processor.h
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 <sr@denx.de>
Diffstat (limited to 'arch/powerpc/cpu')
-rw-r--r-- | arch/powerpc/cpu/mpc85xx/release.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/release.S b/arch/powerpc/cpu/mpc85xx/release.S index 1f76925..5c4b1e3 100644 --- a/arch/powerpc/cpu/mpc85xx/release.S +++ b/arch/powerpc/cpu/mpc85xx/release.S @@ -358,7 +358,6 @@ __second_half_boot_page: lwz r14,0(r3) #endif -#define EPAPR_MAGIC 0x45504150 #define ENTRY_ADDR_UPPER 0 #define ENTRY_ADDR_LOWER 4 #define ENTRY_R3_UPPER 8 |