Commit d7a07ac0 authored by Greg Ungerer's avatar Greg Ungerer Committed by Jaroslav Kysela

[PATCH] moew ColdFire 5282 support

Add ColdFire 5282 support to common ColdFire header file.
parent 054d1126
......@@ -20,6 +20,12 @@
*/
#define MCF_MBAR 0x10000000
#define MCF_MBAR2 0x80000000
#define MCF_IPSBAR 0x40000000
#ifdef CONFIG_M5282
#undef MCF_MBAR
#define MCF_MBAR MCF_IPSBAR
#endif
/*
* Define master clock frequency.
......
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