Skip to content

Commit

Permalink
boot/uboot: fix order of Config.in properties
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
tpetazzoni committed Feb 6, 2019
1 parent 97babe5 commit 5de451e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot/uboot/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5de451e

Please sign in to comment.