diff options
author | Albert ARIBAUD \(3ADEV\) <albert.aribaud@3adev.fr> | 2015-03-31 11:40:49 +0200 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2015-04-10 14:23:26 +0200 |
commit | 39f520bb62be67ef98303c47dd5c2d76861fea0f (patch) | |
tree | f83b887dc7bb7ba090610a60a3beba57b12882d4 /common | |
parent | 24d528e3fa3a8370aa5263592c362b7d61642340 (diff) | |
download | u-boot-imx-39f520bb62be67ef98303c47dd5c2d76861fea0f.zip u-boot-imx-39f520bb62be67ef98303c47dd5c2d76861fea0f.tar.gz u-boot-imx-39f520bb62be67ef98303c47dd5c2d76861fea0f.tar.bz2 |
lpc32xx: add lpc32xx-spl.bin boot image target
Signed-off-by: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
Diffstat (limited to 'common')
-rw-r--r-- | common/image.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/image.c b/common/image.c index a911aa9..162b682 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, "", "", }, }; |