summaryrefslogtreecommitdiffstats
path: root/common/image.c
diff options
context:
space:
mode:
authorAlbert ARIBAUD \(3ADEV\) <albert.aribaud@3adev.fr>2015-03-31 11:40:49 +0200
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2015-04-10 14:23:26 +0200
commit39f520bb62be67ef98303c47dd5c2d76861fea0f (patch)
treef83b887dc7bb7ba090610a60a3beba57b12882d4 /common/image.c
parent24d528e3fa3a8370aa5263592c362b7d61642340 (diff)
downloadblackbird-obmc-uboot-39f520bb62be67ef98303c47dd5c2d76861fea0f.tar.gz
blackbird-obmc-uboot-39f520bb62be67ef98303c47dd5c2d76861fea0f.zip
lpc32xx: add lpc32xx-spl.bin boot image target
Signed-off-by: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
Diffstat (limited to 'common/image.c')
-rw-r--r--common/image.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/image.c b/common/image.c
index a911aa9b4d..162b68269d 100644
--- a/common/image.c
+++ b/common/image.c
@@ -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, "", "", },
};
OpenPOWER on IntegriCloud