diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/mkimage.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/mkimage.c b/tools/mkimage.c index d35abc99e6..fbc1a12549 100644 --- a/tools/mkimage.c +++ b/tools/mkimage.c @@ -86,6 +86,8 @@ table_entry_t arch_name[] = { { IH_CPU_MICROBLAZE, "microblaze", "MicroBlaze", }, { IH_CPU_MIPS, "mips", "MIPS", }, { IH_CPU_MIPS64, "mips64", "MIPS 64 Bit", }, + { IH_CPU_NIOS, "nios", "NIOS", }, + { IH_CPU_NIOS2, "nios2", "NIOS II", }, { IH_CPU_PPC, "ppc", "PowerPC", }, { IH_CPU_S390, "s390", "IBM S390", }, { IH_CPU_SH, "sh", "SuperH", }, |