]> git.sur5r.net Git - u-boot/blobdiff - tools/mkimage.c
virtex2 fix for bogus download error messages
[u-boot] / tools / mkimage.c
index b6e030e28e81a1c935619cad79d8bbc2971c48b3..fbc1a12549c06b446bb6bc085de7940188a334e6 100644 (file)
@@ -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",       },
@@ -590,7 +592,7 @@ usage ()
 {
        fprintf (stderr, "Usage: %s -l image\n"
                         "          -l ==> list image header information\n"
-                        "       %s -A arch -O os -T type -C comp "
+                        "       %s [-x] -A arch -O os -T type -C comp "
                         "-a addr -e ep -n name -d data_file[:data_file...] image\n",
                cmdname, cmdname);
        fprintf (stderr, "          -A ==> set architecture to 'arch'\n"