commit | ba5976092fc6b5d98397fe86627d7cca0fee9c99 | [log] [tgz] |
---|---|---|
author | Benoît Thébaudeau <benoit.thebaudeau@advansee.com> | Thu Apr 11 09:35:56 2013 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Fri Apr 12 07:55:07 2013 +0200 |
tree | 1c1a2248a4ff346001020afca4a09effc234af6f | |
parent | 600ed3215241a6ab107780dd0db61cfe34e3dd23 [diff] |
imx: Add u-boot-with-spl.imx make target This image combines the SPL with the i.MX header and U-Boot. This is a convenient way of having a single image to program on some boot devices. The i.MX header has to be added to the SPL before appending U-Boot, so that the boot ROM loads only the SPL. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>