boot: Reorder entries alphabetically
authorAlexandre Belloni <abelloni@adeneo-embedded.com>
Thu, 5 Jan 2012 11:03:48 +0000 (12:03 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 1 Feb 2012 22:30:22 +0000 (23:30 +0100)
Signed-off-by: Alexandre Belloni <abelloni@adeneo-embedded.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
boot/Config.in

index 2a97695d57c8b32a3b435ed0806dc98c8b89ffe0..7e3d1084594445abdd6b4029dc9caeed616bd89b 100644 (file)
@@ -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