20695936ad
This will build kickstart and s1l for the selected board and install them alongside u-boot. Signed-off-by: Alexandre Belloni <abelloni@adeneo-embedded.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
301 B
Plaintext
14 lines
301 B
Plaintext
menu "Bootloaders"
|
|
|
|
source "boot/at91bootstrap/Config.in"
|
|
source "boot/at91dataflashboot/Config.in"
|
|
source "boot/barebox/Config.in"
|
|
source "boot/grub/Config.in"
|
|
source "boot/lpc32xxcdl/Config.in"
|
|
source "boot/syslinux/Config.in"
|
|
source "boot/uboot/Config.in"
|
|
source "boot/xloader/Config.in"
|
|
|
|
endmenu
|
|
|