]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/image.c
usb_storage : scan all interfaces to find a storage device
[karo-tx-uboot.git] / common / image.c
index a911aa9b4d128227520fba77555c4879e5e93ff3..162b68269d575196c54608949818aa92a45525b8 100644 (file)
@@ -149,6 +149,7 @@ static const table_entry_t uimage_type[] = {
        {       IH_TYPE_MXSIMAGE,   "mxsimage",   "Freescale MXS Boot Image",},
        {       IH_TYPE_ATMELIMAGE, "atmelimage", "ATMEL ROM-Boot Image",},
        {       IH_TYPE_X86_SETUP,  "x86_setup",  "x86 setup.bin",    },
+       {       IH_TYPE_LPC32XXIMAGE, "lpc32xximage",  "LPC32XX Boot Image", },
        {       -1,                 "",           "",                   },
 };