Commit 1da569ff authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds

[PATCH] m68knommu: include 527x and 528x SIM hardware defines in common ColdFire SIM header

Include the 527x and 528x family SIM module hardware definitions in the
generic SIM include. All ColdFire specific code just includes the generic
sim include without regard to which actuall ColdFire family member we
are compiling for.
Signed-off-by: default avatarGreg Ungerer <gerg@snapgear.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent d5c93d3b
......@@ -15,7 +15,8 @@
#include <linux/config.h>
/*
* Include 5204, 5206, 5249, 5272, 5282, 5307 or 5407 specific addresses.
* Include 5204, 5206/e, 5249, 5270/5271, 5272, 5280/5282, 5307 or
* 5407 specific addresses.
*/
#if defined(CONFIG_M5204)
#include <asm/m5204sim.h>
......@@ -23,10 +24,12 @@
#include <asm/m5206sim.h>
#elif defined(CONFIG_M5249)
#include <asm/m5249sim.h>
#elif defined(CONFIG_M527x)
#include <asm/m527xsim.h>
#elif defined(CONFIG_M5272)
#include <asm/m5272sim.h>
#elif defined(CONFIG_M5282)
#include <asm/m5282sim.h>
#elif defined(CONFIG_M528x)
#include <asm/m528xsim.h>
#elif defined(CONFIG_M5307)
#include <asm/m5307sim.h>
#elif defined(CONFIG_M5407)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment