diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-05-30 22:46:45 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-06-12 16:03:24 +0200 |
commit | 6cc9d936a978d558211a0553ba3cdf9113ab9c96 (patch) | |
tree | d0112417badde5c8395aa414f22c2214240fc52c /boot/Config.in | |
parent | ef81363d69b7293e3c8088a0939d34a10845e675 (diff) |
Add support for the Barebox bootloader
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'boot/Config.in')
-rw-r--r-- | boot/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/Config.in b/boot/Config.in index 78ff82c96..6bcc98af5 100644 --- a/boot/Config.in +++ b/boot/Config.in @@ -1,5 +1,6 @@ menu "Bootloaders" +source "boot/barebox/Config.in" source "boot/grub/Config.in" source "boot/grub2/Config.in" source "boot/syslinux/Config.in" |