]> git.sur5r.net Git - u-boot/blobdiff - common/image.c
ppc/85xx: Add PIB/ATM support for MPC8569mds
[u-boot] / common / image.c
index 82e7aa4361f3689cdfe69f55d6a3fba01a709a56..9e4971303e81e18f596ae7ce08d6a5cf7818a3c9 100644 (file)
@@ -140,6 +140,7 @@ static table_entry_t uimage_type[] = {
        {       IH_TYPE_STANDALONE, "standalone", "Standalone Program", },
        {       IH_TYPE_FLATDT,     "flat_dt",    "Flat Device Tree",   },
        {       IH_TYPE_KWBIMAGE,   "kwbimage",   "Kirkwood Boot Image",},
+       {       IH_TYPE_IMXIMAGE,   "imximage",   "Freescale i.MX Boot Image",},
        {       -1,                 "",           "",                   },
 };