]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc4xx: Add option for PPC440SPe ports without old Rev. A support
authorStefan Roese <sr@denx.de>
Fri, 9 Apr 2010 12:03:59 +0000 (14:03 +0200)
committerStefan Roese <sr@denx.de>
Wed, 14 Apr 2010 08:27:39 +0000 (10:27 +0200)
commit2a72e9ed18d2164eb7fe569119342eb631b568da
tree1a01b19840aa468afca97a9c374985faca3a11ab
parent288991c93fdd150ef3817e676c657cb487468d38
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>
arch/ppc/cpu/ppc4xx/start.S
include/configs/katmai.h
include/configs/yucca.h