Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7fc82b65 authored by Greg Ungerer's avatar Greg Ungerer
Browse files

m68knommu: move ColdFire CPU names into their headers



Move the ColdFire CPU names out of setup.c and into their repsective
headers. That way when we add new ones we won't need to modify
setup.c any more.

Add the missing 548x CPU name.

Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
parent 9e29949c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
#define	m5206sim_h
/****************************************************************************/

#define	CPU_NAME	"COLDFIRE(m5206)"

/*
 *	Define the 5206 SIM register set addresses.
+2 −0
Original line number Diff line number Diff line
@@ -11,6 +11,8 @@
#define m520xsim_h
/****************************************************************************/

#define	CPU_NAME	"COLDFIRE(m520x)"

/*
 *  Define the 520x SIM register set addresses.
 */
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
#define	m523xsim_h
/****************************************************************************/

#define	CPU_NAME	"COLDFIRE(m523x)"

/*
 *	Define the 523x SIM register set addresses.
+2 −0
Original line number Diff line number Diff line
@@ -11,6 +11,8 @@
#define	m5249sim_h
/****************************************************************************/

#define	CPU_NAME	"COLDFIRE(m5249)"

/*
 *	Define the 5249 SIM register set addresses.
 */
+2 −0
Original line number Diff line number Diff line
@@ -12,6 +12,8 @@
#define	m5272sim_h
/****************************************************************************/

#define	CPU_NAME	"COLDFIRE(m5272)"

/*
 *	Define the 5272 SIM register set addresses.
 */
Loading