diff options
| author | Ricardo Martincoski <ricardo.martincoski@gmail.com> | 2018-04-01 02:08:35 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-01 08:06:37 +0200 |
| commit | f96b4b9e5716a3ebbcaa239020aabc865603746b (patch) | |
| tree | ee7cac0f82eb4f144b0f088b47be5b23dfb3b0b2 /boot/mxs-bootlets | |
| parent | 560ab2cb956e936ead76074c5e8e6f6c0287074a (diff) | |
| download | buildroot-f96b4b9e5716a3ebbcaa239020aabc865603746b.tar.gz buildroot-f96b4b9e5716a3ebbcaa239020aabc865603746b.zip | |
boot/*/Config.in: fix attributes order
... 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>
Diffstat (limited to 'boot/mxs-bootlets')
| -rw-r--r-- | boot/mxs-bootlets/Config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/boot/mxs-bootlets/Config.in b/boot/mxs-bootlets/Config.in index 4bb07a06f5..b3e392afa8 100644 --- a/boot/mxs-bootlets/Config.in +++ b/boot/mxs-bootlets/Config.in @@ -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 |

