diff options
author | 2006-01-19 01:12:40 -0700 | |
---|---|---|
committer | 2006-02-07 22:35:57 +1100 | |
commit | 562e7370a4d59d7ee8988fb0e13707d1f01a046a (patch) | |
tree | e42797b26e76c0079b4e2af66e5c643f0e43cf22 /arch/ppc/platforms/4xx/xilinx_ml300.h | |
parent | [PATCH] powerpc: Move xparameters.h into xilinx virtex device specific path (diff) | |
download | linux-dev-562e7370a4d59d7ee8988fb0e13707d1f01a046a.tar.xz linux-dev-562e7370a4d59d7ee8988fb0e13707d1f01a046a.zip |
[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>
Diffstat (limited to 'arch/ppc/platforms/4xx/xilinx_ml300.h')
-rw-r--r-- | arch/ppc/platforms/4xx/xilinx_ml300.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/platforms/4xx/xilinx_ml300.h b/arch/ppc/platforms/4xx/xilinx_ml300.h index f8c588412336..899398143623 100644 --- a/arch/ppc/platforms/4xx/xilinx_ml300.h +++ b/arch/ppc/platforms/4xx/xilinx_ml300.h @@ -16,7 +16,7 @@ #define __ASM_XILINX_ML300_H__ /* ML300 has a Xilinx Virtex-II Pro processor */ -#include <platforms/4xx/virtex-ii_pro.h> +#include <platforms/4xx/virtex.h> #ifndef __ASSEMBLY__ |