summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-10-06 15:17:13 -0400
committerTom Rini <trini@ti.com>2014-10-06 15:17:13 -0400
commit04de09f89bbc647d5b72db3512d1af1475a13bbd (patch)
tree601e5dbe3def2dee6f7b3dfee680b3aee372d35f /common
parent91693055995733e268874ae75568ae316233e116 (diff)
parent2f210639c4f003b0d5310273979441f1bfc88eae (diff)
downloadblackbird-obmc-uboot-04de09f89bbc647d5b72db3512d1af1475a13bbd.tar.gz
blackbird-obmc-uboot-04de09f89bbc647d5b72db3512d1af1475a13bbd.zip
Merge branch 'topic/arm/socfpga-20141006' of git://git.denx.de/u-boot-socfpga
Fix a trivial conflict in dw_mmc.c after talking with Marek. Conflicts: drivers/mmc/dw_mmc.c Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'common')
-rw-r--r--common/image.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/image.c b/common/image.c
index 38b56e3deb..085771c763 100644
--- a/common/image.c
+++ b/common/image.c
@@ -138,6 +138,7 @@ 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_STANDALONE, "standalone", "Standalone Program", },
{ IH_TYPE_UBLIMAGE, "ublimage", "Davinci UBL image",},
{ IH_TYPE_MXSIMAGE, "mxsimage", "Freescale MXS Boot Image",},
OpenPOWER on IntegriCloud