]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
uboot: Add support for U-Boot SPL
authorNicolas Dechesne <n-dechesne@ti.com>
Sun, 18 Mar 2012 22:04:50 +0000 (23:04 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 5 May 2012 21:48:01 +0000 (23:48 +0200)
commit7c79537cffbf52ceecd3a46ed5d52211eeefcd1e
tree59a5e99fe1fbecb4748f4cba1e048f240049e2e3
parent7446d9471ceef1a1bf81cf5882cdab3d12237c71
uboot: Add support for U-Boot SPL

SPL is a first stage bootloader. On pandaboard it supercedes x-loader,
and should now be used.

This patch ensures that either SPL or xloader can be selected.

A config variable has been added for the name of the SPL binary generated
during u-boot build. For most platform it is u-boot-spl.bin but not always.
It is MLO on OMAP for example.

Signed-off-by: Nicolas Dechesne <n-dechesne@ti.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tested-by: Frank Hunleth <fhunleth@troodon-software.com>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
boot/uboot/Config.in
boot/uboot/uboot.mk