projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97babe5
)
boot/uboot: fix order of Config.in properties
author
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Wed, 6 Feb 2019 21:21:15 +0000
(22:21 +0100)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Wed, 6 Feb 2019 21:21:15 +0000
(22:21 +0100)
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
patch
|
blob
|
history
diff --git
a/boot/uboot/Config.in
b/boot/uboot/Config.in
index cbbbd5f1a40c6fa3fe4c7c8352771c55164f164d..bd1b248e9413f7331b4bc3677bdff599ca583770 100644
(file)
--- 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"