diff options
Diffstat (limited to 'common/cmd_bootm.c')
-rw-r--r-- | common/cmd_bootm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 39c23484e8d..489fa614613 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -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; } |