patch-2.4.22 linux-2.4.22/include/asm-arm/arch-epxa/excalibur.h

Next file: linux-2.4.22/include/asm-arm/arch-epxa/hardware.h
Previous file: linux-2.4.22/include/asm-arm/arch-epxa/exc-epxa1db.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/include/asm-arm/arch-epxa/excalibur.h linux-2.4.22/include/asm-arm/arch-epxa/excalibur.h
@@ -0,0 +1,10 @@
+#include <linux/config.h>
+#ifdef CONFIG_EPXA10DB_R2
+#include "exc-epxa10dbr2.h"
+#elif defined CONFIG_EPXA10DB_R3
+#include "exc-epxa10dbr3.h"
+#elif defined CONFIG_EPXA1DB
+#include "exc-epxa1db.h"
+#else
+#error "must select an EPXA development board"
+#endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)