* Patch by Bernhard Kuhn, 28 Nov 2003:
  add support for Coldfire CPU
  add support for Motorola M5272C3 and M5282EVB boards
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c
index 78d4612..5e31400 100644
--- a/common/cmd_bootm.c
+++ b/common/cmd_bootm.c
@@ -240,6 +240,8 @@
 	if (hdr->ih_arch != IH_CPU_MIPS)
 #elif defined(__nios__)
 	if (hdr->ih_arch != IH_CPU_NIOS)
+#elif defined(__M68K__)
+	if (hdr->ih_arch != IH_CPU_M68K)
 #else
 # error Unknown CPU type
 #endif