summaryrefslogtreecommitdiffstats
path: root/boot
diff options
context:
space:
mode:
authorAlexandre Belloni2012-01-05 12:03:48 +0100
committerPeter Korsgaard2012-02-01 23:30:22 +0100
commit14b600203b31f69d4ca90572b2fbf096053c29e0 (patch)
tree14d21a0e6eea2065fb021dbcecb0a8c71b0850a3 /boot
parentdoc: document <foo>_DEVICES / _PERMISSIONS (diff)
downloadbuildroot-14b600203b31f69d4ca90572b2fbf096053c29e0.tar.gz
buildroot-14b600203b31f69d4ca90572b2fbf096053c29e0.tar.xz
buildroot-14b600203b31f69d4ca90572b2fbf096053c29e0.zip
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.in4
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