Commit 3e2ddbd8 authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds

[PATCH] m68knommu: move ColdFire M5282EVB kernel startup code to common 528x platform directory

Move the M5282EVB kernel startup code from the 5282 specific platform
directory to a common 528x platform directory. All ColdFire 582x
CPU cores are the same, just minor peripheral differences. Renaming
the sub-directory to match the proper board name (M5282EVB), not
use the generic MOTOROLA.
Signed-off-by: default avatarGreg Ungerer <gerg@snapgear.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent bd65c0be
/*****************************************************************************/ /*****************************************************************************/
/* /*
* crt0_ram.S -- startup code for MCF5282 ColdFire based MOTOROLA boards. * crt0_ram.S -- startup code for M5282EVB ColdFire based MOTOROLA boards.
* *
* (C) Copyright 2003, Greg Ungerer (gerg@snapgear.com). * (C) Copyright 2003, Greg Ungerer (gerg@snapgear.com).
*/ */
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
/*****************************************************************************/ /*****************************************************************************/
/* /*
* Motorola M5282C3 ColdFire eval board, chip select and memory setup. * Motorola M5282EVB ColdFire eval board, chip select and memory setup.
*/ */
#define MEM_BASE 0x00000000 /* Memory base at address 0 */ #define MEM_BASE 0x00000000 /* Memory base at address 0 */
......
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