]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/cmd_bootm.c
* Patches by Yuli Barcohen, 13 Jul 2003:
[people/ms/u-boot.git] / common / cmd_bootm.c
index 39c23484e8d603f0b6fd3367d9178901ce1dbd79..489fa6146132f7bc4470781fa406e09e55ee1d7b 100644 (file)
@@ -1024,6 +1024,7 @@ print_type (image_header_t *hdr)
        case IH_CPU_SH:         arch = "SuperH";                break;
        case IH_CPU_SPARC:      arch = "SPARC";                 break;
        case IH_CPU_SPARC64:    arch = "SPARC 64 Bit";          break;
+       case IH_CPU_M68K:       arch = "M68K";                  break;
        default:                arch = "Unknown Architecture";  break;
        }