Commit b9d38df1 authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds

[PATCH] include SIM header for ColdFire 5282

Modify the common SIM header for all ColdFire CPU's to incldue the
new 5282 ColdFire defines.
parent 49c7f10c
......@@ -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)
......
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