diff options
author | Alexandre Belloni <abelloni@adeneo-embedded.com> | 2012-01-05 12:03:48 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-02-01 23:30:22 +0100 |
commit | 14b600203b31f69d4ca90572b2fbf096053c29e0 (patch) | |
tree | 14d21a0e6eea2065fb021dbcecb0a8c71b0850a3 /boot | |
parent | d36f64e8d9ffcfd4d62adcb08f1c73419423072d (diff) |
boot: Reorder entries alphabetically
Signed-off-by: Alexandre Belloni <abelloni@adeneo-embedded.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot')
-rw-r--r-- | boot/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/Config.in b/boot/Config.in index 2a97695d5..7e3d10845 100644 --- a/boot/Config.in +++ b/boot/Config.in @@ -1,11 +1,11 @@ menu "Bootloaders" +source "boot/at91bootstrap/Config.in" +source "boot/at91dataflashboot/Config.in" 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" source "boot/xloader/Config.in" endmenu |