a4ca959321
This will allow to match the currently Config.in option BR2_TARGET_UBOOT, in order to make it easy to integrate U-Boot into the package infrastructure. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
234 B
Plaintext
12 lines
234 B
Plaintext
menu "Bootloaders"
|
|
|
|
source "boot/barebox/Config.in"
|
|
source "boot/grub/Config.in"
|
|
source "boot/syslinux/Config.in"
|
|
source "boot/uboot/Config.in"
|
|
source "boot/at91bootstrap/Config.in"
|
|
source "boot/at91dataflashboot/Config.in"
|
|
|
|
endmenu
|
|
|