]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] include SIM header for ColdFire 5282
authorGreg Ungerer <gerg@snapgear.com>
Sun, 25 May 2003 14:36:35 +0000 (07:36 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sun, 25 May 2003 14:36:35 +0000 (07:36 -0700)
Modify the common SIM header for all ColdFire CPU's to incldue the
new 5282 ColdFire defines.

include/asm-m68knommu/mcfsim.h

index c408a513e8a4cf03ea9cb50d4591c854a3a17dfc..27d6cb696815908838fee49444b181de5a4098c3 100644 (file)
@@ -3,7 +3,7 @@
 /*
  *     mcfsim.h -- ColdFire System Integration Module support.
  *
- *     (C) Copyright 1999-2002, Greg Ungerer (gerg@snapgear.com)
+ *     (C) Copyright 1999-2003, Greg Ungerer (gerg@snapgear.com)
  *     (C) Copyright 2000, Lineo Inc. (www.lineo.com) 
  */
 
@@ -15,7 +15,7 @@
 #include <linux/config.h>
 
 /*
- *     Include 5204, 5206, 5249, 5272, 5307 or 5407 specific addresses.
+ *     Include 5204, 5206, 5249, 5272, 5282, 5307 or 5407 specific addresses.
  */
 #if defined(CONFIG_M5204)
 #include <asm/m5204sim.h>
@@ -25,6 +25,8 @@
 #include <asm/m5249sim.h>
 #elif defined(CONFIG_M5272)
 #include <asm/m5272sim.h>
+#elif defined(CONFIG_M5282)
+#include <asm/m5282sim.h>
 #elif defined(CONFIG_M5307)
 #include <asm/m5307sim.h>
 #elif defined(CONFIG_M5407)