]> git.sur5r.net Git - u-boot/blobdiff - common/image.c
ehci-hcd: fix warnings on 64-bit builds
[u-boot] / 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,                 "",           "",                   },
 };