]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Revert "ppc: Add Xilinx Virtex-5 FXT pvr value"
authorMichal Simek <michal.simek@xilinx.com>
Wed, 23 Jan 2013 10:05:22 +0000 (11:05 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 29 Jan 2013 12:28:12 +0000 (13:28 +0100)
This reverts commit d66798cba7ff45647704ba827f23e61a4940d942.

Values are completely unused because there are missing
strings shown in cpu.c file.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/powerpc/include/asm/processor.h

index 23290245105df94b8f8405864f17dff8b0c6672d..19fe250305729f29dabeba4438e034143903d938 100644 (file)
 #define PVR_440SPe_RA  0x53521890 /* 440SPe rev A without RAID 6 support       */
 #define PVR_440SPe_6_RB        0x53421891 /* 440SPe rev B with RAID 6 support enabled  */
 #define PVR_440SPe_RB  0x53521891 /* 440SPe rev B without RAID 6 support       */
-#define PVR_440x5_R1x  0x7ff21910 /* 440 rev 1.x in Xilinx Virtex-5 FXT FPGA */
-#define PVR_440x5_R20  0x7ff21911 /* 440 rev 2.0 in Xilinx Virtex-5 FXT FPGA */
 #define PVR_460EX_SE_RA        0x130218A2 /* 460EX rev A with Security Engine    */
 #define PVR_460EX_RA   0x130218A3 /* 460EX rev A without Security Engine */
 #define PVR_460EX_RB   0x130218A4 /* 460EX rev B with and without Sec Eng*/