boot/*/Config.in: fix attributes order
authorRicardo Martincoski <ricardo.martincoski@gmail.com>
Sun, 1 Apr 2018 05:08:35 +0000 (02:08 -0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 1 Apr 2018 06:06:37 +0000 (08:06 +0200)
... to follow the convention: type, default, depends on, select, help.

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
boot/at91bootstrap/Config.in
boot/at91bootstrap3/Config.in
boot/at91dataflashboot/Config.in
boot/lpc32xxcdl/Config.in
boot/mxs-bootlets/Config.in
boot/uboot/Config.in

index 57fdeda946a7889d75a74d6c15098676125dff4e..96cfdbc7e97759de5910154c7292ac5eea3f5901 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_TARGET_AT91BOOTSTRAP
-       depends on BR2_arm926t
        bool "AT91 Bootstrap"
+       depends on BR2_arm926t
        help
          AT91Bootstrap is a first level bootloader for the Atmel AT91
          devices. It integrates algorithms for:
index 237deb929c26c35fc889693308fad50d206ca6c8..bdc1e775a82cd333ff8bdc6d71adf155591f9c55 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_TARGET_AT91BOOTSTRAP3
-       depends on BR2_arm926t || BR2_cortex_a5
        bool "AT91 Bootstrap 3"
+       depends on BR2_arm926t || BR2_cortex_a5
        help
          AT91Bootstrap is a first level bootloader for the Atmel AT91
          devices. It integrates algorithms for:
index 80b57a4ad04a498a18beee66d00e2f04cad4aa13..4055f9641074dcc44ffe2c9b13371a2eabb9c4e2 100644 (file)
@@ -1,3 +1,3 @@
 config BR2_TARGET_AT91DATAFLASHBOOT
-       depends on BR2_arm926t
        bool "AT91 DataFlashBoot"
+       depends on BR2_arm926t
index ce7589c35c9d1b014bbf66898633bb6c2c3fe185..97137aa7d4ed4bd6add4b08dbc90bc63177ab810 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_TARGET_LPC32XXCDL
-       depends on BR2_arm926t
        bool "LPC32XX CDL (kickstart and S1L)"
+       depends on BR2_arm926t
 
 if BR2_TARGET_LPC32XXCDL
 
index 4bb07a06f51a3e8248b74cca2b583ecec15ed955..b3e392afa86252ebd969bb413cae9c52458bffc3 100644 (file)
@@ -24,8 +24,8 @@ config BR2_TARGET_MXS_BOOTLETS_CUSTOM_GIT
 endchoice
 
 config BR2_TARGET_MXS_BOOTLETS_CUSTOM_TARBALL_URL
-       depends on BR2_TARGET_MXS_BOOTLETS_CUSTOM_TARBALL
        string "URL of custom bootlets tarball"
+       depends on BR2_TARGET_MXS_BOOTLETS_CUSTOM_TARBALL
 
 if BR2_TARGET_MXS_BOOTLETS_CUSTOM_GIT
 
@@ -43,16 +43,16 @@ choice
          Select which bootstream to generate
 
 config BR2_TARGET_MXS_BOOTLETS_BAREBOX
-       depends on BR2_TARGET_BAREBOX
        bool "Barebox Bootloader"
+       depends on BR2_TARGET_BAREBOX
 
 config BR2_TARGET_MXS_BOOTLETS_LINUX
-       depends on BR2_LINUX_KERNEL
        bool "Linux Kernel"
+       depends on BR2_LINUX_KERNEL
 
 config BR2_TARGET_MXS_BOOTLETS_UBOOT
-       depends on BR2_TARGET_UBOOT
        bool "U-boot bootloader"
+       depends on BR2_TARGET_UBOOT
 
 endchoice
 
index 264f34376749d6f7d001c071e054dafcfdb556b6..d96e7f687fb635190ad720916207e82614e927c1 100644 (file)
@@ -199,23 +199,23 @@ config BR2_TARGET_UBOOT_FORMAT_NAND_BIN
        bool "u-boot-nand.bin"
 
 config BR2_TARGET_UBOOT_FORMAT_KWB
-       depends on BR2_arm
        bool "u-boot.kwb (Marvell)"
+       depends on BR2_arm
 
 config BR2_TARGET_UBOOT_FORMAT_LDR
-       depends on BR2_bfin
        bool "u-boot.ldr"
+       depends on BR2_bfin
 
 config BR2_TARGET_UBOOT_FORMAT_ELF
        bool "u-boot.elf"
 
 config BR2_TARGET_UBOOT_FORMAT_SB
-       depends on BR2_arm
        bool "u-boot.sb (Freescale i.MX28)"
+       depends on BR2_arm
 
 config BR2_TARGET_UBOOT_FORMAT_SD
-       depends on BR2_arm
        bool "u-boot.sd (Freescale i.MX28)"
+       depends on BR2_arm
        help
          This is Freescale i.MX28 SB format, with a header for booting
          from an SD card.
@@ -226,8 +226,8 @@ config BR2_TARGET_UBOOT_FORMAT_SD
          See doc/README.mxs (or doc/README.mx28_common before 2013.07)
 
 config BR2_TARGET_UBOOT_FORMAT_NAND
-       depends on BR2_arm
        bool "u-boot.nand (Freescale i.MX28)"
+       depends on BR2_arm
        help
          This is Freescale i.MX28 BootStream format (.sb), with a header
          for booting from a NAND flash.
@@ -303,10 +303,10 @@ config BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME
 endmenu
 
 config BR2_TARGET_UBOOT_OMAP_IFT
+       bool "produce a .ift signed image (OMAP)"
        depends on BR2_TARGET_UBOOT_FORMAT_BIN
        depends on BR2_arm || BR2_armeb
        select BR2_PACKAGE_HOST_OMAP_U_BOOT_UTILS
-       bool "produce a .ift signed image (OMAP)"
        help
          Use gpsign to produce an image of u-boot.bin signed with
          a Configuration Header for booting on OMAP processors.