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

Commit ef6aa00d authored by Greg Ungerer's avatar Greg Ungerer
Browse files

m68k: use non-MMU entry.S code when compiling for ColdFire CPU



No matter whether we are configured for non-MMU or MMU enabled if we are
compiling for ColdFire CPU we always use the entry_no.S code.

Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
Acked-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Acked-by: default avatarMatt Waddel <mwaddel@yahoo.com>
Acked-by: default avatarKurt Mahan <kmahan@xmission.com>
parent 74d47992
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
#ifdef CONFIG_MMU
#if defined(CONFIG_MMU) && !defined(CONFIG_COLDFIRE)
#include "entry_mm.S"
#include "entry_mm.S"
#else
#else
#include "entry_no.S"
#include "entry_no.S"