Skip to content

Commit

Permalink
[PATCH] m68knommu: include ColdFire 532x register definitions
Browse files Browse the repository at this point in the history
Include the ColdFire 532x support when including ColdFire peripharp
support definitions.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Jun 26, 2006
1 parent df8fbe1 commit 6f57622
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/asm-m68knommu/mcfsim.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
#include <asm/m528xsim.h>
#elif defined(CONFIG_M5307)
#include <asm/m5307sim.h>
#elif defined(CONFIG_M532x)
#include <asm/m532xsim.h>
#elif defined(CONFIG_M5407)
#include <asm/m5407sim.h>
#endif
Expand Down Expand Up @@ -100,6 +102,7 @@
#define MCFSIM_IMR_MASKALL 0x3ffe /* All intr sources */
#endif


/*
* PIT interrupt settings, if not found in mXXXXsim.h file.
*/
Expand Down

0 comments on commit 6f57622

Please sign in to comment.