commit | 393b98d5821e70bca22e13786172bef76f7268d9 | [log] [tgz] |
---|---|---|
author | Benoît Thébaudeau <benoit.thebaudeau@advansee.com> | Thu Apr 11 09:35:57 2013 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Fri Apr 12 07:55:08 2013 +0200 |
tree | 7936e2ed8e4d728cf2a3bdf2540dea7a94cf67e9 | |
parent | b2c79209148b84343dec8eabb89e63d109a6d4b3 [diff] |
imx: Add u-boot-with-nand-spl.imx make target This image combines the SPL with the i.MX header, the FCB and U-Boot. For i.MX25/35/51, the FCB is ignored by the boot ROM, so this image is just useful because it can be programmed on a NAND Flash page boundary. For i.MX53, the FCB is required by the boot ROM. This does not support i.MX6 so far because its FCB is more complicated. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>