[U-Boot] [PATCH v2 7/8] lpc32xx: add lpc32xx-spl.bin boot image target

2015-02-12 Thread Albert ARIBAUD (3ADEV)
Signed-off-by: Albert ARIBAUD (3ADEV) albert.arib...@3adev.fr --- Changes in v2: - move boot image generation to mkimage framework common/image.c | 1 + include/image.h | 1 + scripts/Makefile.spl | 9 +++ tools/Makefile | 1 + tools/lpc32xximage.c | 178

Re: [U-Boot] [PATCH v2 7/8] lpc32xx: add lpc32xx-spl.bin boot image target

2015-02-12 Thread Simon Glass
On 12 February 2015 at 10:37, Albert ARIBAUD (3ADEV) albert.arib...@3adev.fr wrote: Signed-off-by: Albert ARIBAUD (3ADEV) albert.arib...@3adev.fr --- Changes in v2: - move boot image generation to mkimage framework common/image.c | 1 + include/image.h | 1 +