All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] boot/uboot: fix order of Config.in properties
@ 2019-02-06 21:21 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2019-02-06 21:21 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=5de451e5986abbbbea4df5ec9f4d64f3d726b407
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes the following check-package warning:

boot/uboot/Config.in:185: attributes order: type, default, depends on, select, help (http://nightly.buildroot.org/#_config_files)

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 boot/uboot/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
index cbbbd5f1a4..bd1b248e94 100644
--- a/boot/uboot/Config.in
+++ b/boot/uboot/Config.in
@@ -181,8 +181,8 @@ config BR2_TARGET_UBOOT_NEEDS_ATF_BL31
 
 choice
 	prompt "U-Boot ATF BL31 format"
-	depends on BR2_TARGET_UBOOT_NEEDS_ATF_BL31
 	default BR2_TARGET_UBOOT_NEEDS_ATF_BL31_BIN
+	depends on BR2_TARGET_UBOOT_NEEDS_ATF_BL31
 
 config BR2_TARGET_UBOOT_NEEDS_ATF_BL31_BIN
 	bool "bl31.bin"

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-02-06 21:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-06 21:21 [Buildroot] [git commit] boot/uboot: fix order of Config.in properties Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.