Commit 1a62fe8d authored by Luis Alves's avatar Luis Alves Committed by Greg Ungerer
Browse files

m68knommu: add CPU_NAME for 68000



This patch adds the correct CPU name.
Without this, it just displays UNKNOWN at boot time and at '/proc/cpuinfo'.

Signed-off-by: default avatarLuis Alves <ljalvs@gmail.com>
Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
parent 6dbe51c2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -57,6 +57,9 @@ void (*mach_reset)(void);
void (*mach_halt)(void);
void (*mach_power_off)(void);

#ifdef CONFIG_M68000
#define CPU_NAME	"MC68000"
#endif
#ifdef CONFIG_M68328
#define CPU_NAME	"MC68328"
#endif