summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-05-10 22:57:41 -0400
committerTom Rini <trini@konsulko.com>2018-05-10 22:57:41 -0400
commit3aba3fd65490eff5305160e92937dc5592ab9bfb (patch)
treee07d43bb085f02ba440fda96b94ad7d4121dfebf /common
parentf739fcd831240dda10a92f4212f1854f8481aeee (diff)
parent792557d1110e13f82ee66dab57c5dca2102744da (diff)
Merge git://git.denx.de/u-boot-socfpga
Diffstat (limited to 'common')
-rw-r--r--common/image.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/image.c b/common/image.c
index 4eae585218..1493c3a874 100644
--- a/common/image.c
+++ b/common/image.c
@@ -145,7 +145,8 @@ static const table_entry_t uimage_type[] = {
{ IH_TYPE_PBLIMAGE, "pblimage", "Freescale PBL Boot Image",},
{ IH_TYPE_RAMDISK, "ramdisk", "RAMDisk Image", },
{ IH_TYPE_SCRIPT, "script", "Script", },
- { IH_TYPE_SOCFPGAIMAGE, "socfpgaimage", "Altera SOCFPGA preloader",},
+ { IH_TYPE_SOCFPGAIMAGE, "socfpgaimage", "Altera SoCFPGA CV/AV preloader",},
+ { IH_TYPE_SOCFPGAIMAGE_V1, "socfpgaimage_v1", "Altera SoCFPGA A10 preloader",},
{ IH_TYPE_STANDALONE, "standalone", "Standalone Program", },
{ IH_TYPE_UBLIMAGE, "ublimage", "Davinci UBL image",},
{ IH_TYPE_MXSIMAGE, "mxsimage", "Freescale MXS Boot Image",},