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 /tools/Makefile | |
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 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index 88770b0..4bbb153 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -83,6 +83,7 @@ dumpimage-mkimage-objs := aisimage.o \ imximage.o \ kwbimage.o \ lib/md5.o \ + lpc32xximage.o \ mxsimage.o \ omapimage.o \ os_support.o \ |