summaryrefslogtreecommitdiffstats
path: root/arch/ppc
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2010-04-09 14:03:59 +0200
committerStefan Roese <sr@denx.de>2010-04-14 10:27:39 +0200
commit2a72e9ed18d2164eb7fe569119342eb631b568da (patch)
tree1a01b19840aa468afca97a9c374985faca3a11ab /arch/ppc
parent288991c93fdd150ef3817e676c657cb487468d38 (diff)
downloadtalos-obmc-uboot-2a72e9ed18d2164eb7fe569119342eb631b568da.tar.gz
talos-obmc-uboot-2a72e9ed18d2164eb7fe569119342eb631b568da.zip
ppc4xx: Add option for PPC440SPe ports without old Rev. A support
The 440SPe Rev. A is quite old and newer 440SPe boards don't need support for this CPU revision. Since removing support for this older version simplifies the creation for newer U-Boot ports, this patch now enables 440SPe > Rev. A support by creating the CONFIG_440SPE_REVA define. By defining this in the board config header, Rev. A will still be supported. Otherwise (default for newer board ports), Rev. A will not be supported. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/ppc')
-rw-r--r--arch/ppc/cpu/ppc4xx/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/cpu/ppc4xx/start.S b/arch/ppc/cpu/ppc4xx/start.S
index 927c88c78f..c739deb9b4 100644
--- a/arch/ppc/cpu/ppc4xx/start.S
+++ b/arch/ppc/cpu/ppc4xx/start.S
@@ -475,7 +475,7 @@ tlbnxt: addi r4,r4,1 /* Next TLB */
/*----------------------------------------------------------------*/
/* TLB entry setup -- step thru tlbtab */
/*----------------------------------------------------------------*/
-#if defined(CONFIG_440SPE)
+#if defined(CONFIG_440SPE_REVA)
/*----------------------------------------------------------------*/
/* We have different TLB tables for revA and rev B of 440SPe */
/*----------------------------------------------------------------*/
OpenPOWER on IntegriCloud