]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/image.c
mkimage: add atmelimage
[karo-tx-uboot.git] / common / image.c
index fa4864d24c3001571153b0f84634843e59dfca04..26eb89a2b29b56875736f78acdaccae4c3ebf883 100644 (file)
@@ -139,6 +139,7 @@ static const table_entry_t uimage_type[] = {
        {       IH_TYPE_STANDALONE, "standalone", "Standalone Program", },
        {       IH_TYPE_UBLIMAGE,   "ublimage",   "Davinci UBL image",},
        {       IH_TYPE_MXSIMAGE,   "mxsimage",   "Freescale MXS Boot Image",},
+       {       IH_TYPE_ATMELIMAGE, "atmelimage", "ATMEL ROM-Boot Image",},
        {       -1,                 "",           "",                   },
 };