[PATCH] powerpc: Make Virtex-II Pro support generic for all Virtex devices
authorGrant C. Likely <grant.likely@secretlab.ca>
Thu, 19 Jan 2006 08:12:40 +0000 (01:12 -0700)
committerPaul Mackerras <paulus@samba.org>
Tue, 7 Feb 2006 11:35:57 +0000 (22:35 +1100)
commit562e7370a4d59d7ee8988fb0e13707d1f01a046a
treee42797b26e76c0079b4e2af66e5c643f0e43cf22
parentb4367e7451f19a3ae8b453e8b7ac0a1fdd9bca04
[PATCH] powerpc: Make Virtex-II Pro support generic for all Virtex devices

The PPC405 hard core is used in both the Virtex-II Pro and Virtex 4 FX
FPGAs.  This patch cleans up the Virtex naming convention to reflect more
than just the Virtex-II Pro.

Rename files virtex-ii_pro.[ch] to virtex.[ch]
Rename config value VIRTEX_II_PRO to XILINX_VIRTEX

Signed-off-by: Grant C. Likely <grant.likely@secretlab.ca>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc/platforms/4xx/Kconfig
arch/ppc/platforms/4xx/Makefile
arch/ppc/platforms/4xx/virtex.c [moved from arch/ppc/platforms/4xx/virtex-ii_pro.c with 95% similarity]
arch/ppc/platforms/4xx/virtex.h [moved from arch/ppc/platforms/4xx/virtex-ii_pro.h with 94% similarity]
arch/ppc/platforms/4xx/xilinx_ml300.c
arch/ppc/platforms/4xx/xilinx_ml300.h
arch/ppc/syslib/Makefile