]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_bootm.c
* Patch by Bernhard Kuhn, 28 Nov 2003:
[u-boot] / common / cmd_bootm.c
index 78d4612c88199486eab96b1e7726ae5f7b1e306a..5e31400c9e702440fa3ca0e28ff4bef6819e007b 100644 (file)
@@ -240,6 +240,8 @@ int do_bootm (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
        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