[POWERPC] Merge common virtex header files

The header files for the ml403 and ml300 are virtually identical, merge
them into a single file.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Grant Likely
2007-04-28 05:50:00 +10:00
committed by Paul Mackerras
parent 2b10caf380
commit 5ff084f21d
6 changed files with 33 additions and 111 deletions
+2 -6
View File
@@ -47,12 +47,8 @@
#include <platforms/4xx/walnut.h>
#endif
#if defined(CONFIG_XILINX_ML300)
#include <platforms/4xx/xilinx_ml300.h>
#endif
#if defined(CONFIG_XILINX_ML403)
#include <platforms/4xx/xilinx_ml403.h>
#if defined(CONFIG_XILINX_VIRTEX)
#include <platforms/4xx/virtex.h>
#endif
#ifndef __ASSEMBLY__