From c1a11c19ecbfb390c09ad1ef9800412235ec1708 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 3 Apr 2005 21:11:16 +0000 Subject: * Patch by Scott McNutt, 01 Nov 2004: Add missing NIOS/NIOS2 support for "iminfo" command * Patch by Detlev Zundel, 29 Oct 2004: Add missing NIOS/NIOS2 support for "mkimage" tool. --- common/cmd_bootm.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/cmd_bootm.c') diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 356a2a4..cdb0c19 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -1197,6 +1197,8 @@ print_type (image_header_t *hdr) case IH_CPU_SPARC64: arch = "SPARC 64 Bit"; break; case IH_CPU_M68K: arch = "M68K"; break; case IH_CPU_MICROBLAZE: arch = "Microblaze"; break; + case IH_CPU_NIOS: arch = "Nios"; break; + case IH_CPU_NIOS2: arch = "Nios-II"; break; default: arch = "Unknown Architecture"; break; } -- cgit v1.1