diff mbox series

boot: uboot: fix typo

Message ID 20171208131338.11603-1-yegorslists@googlemail.com
State Accepted
Commit fc144ee4eba6f7342b52b9e4bf0d0b6b5633df05
Headers show
Series boot: uboot: fix typo | expand

Commit Message

Yegor Yefremov Dec. 8, 2017, 1:13 p.m. UTC
From: Yegor Yefremov <yegorslists@googlemail.com>

Replace "depend" with "depends".

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 boot/uboot/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Dec. 8, 2017, 1:32 p.m. UTC | #1
>>>>> "yegorslists" == yegorslists  <yegorslists@googlemail.com> writes:

 > From: Yegor Yefremov <yegorslists@googlemail.com>
 > Replace "depend" with "depends".

 > Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>

Ups - Committed, thanks.
diff mbox series

Patch

diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
index 6331bcde08..2829d2ca5e 100644
--- a/boot/uboot/Config.in
+++ b/boot/uboot/Config.in
@@ -161,7 +161,7 @@  config BR2_TARGET_UBOOT_NEEDS_OPENSSL
 config BR2_TARGET_UBOOT_NEEDS_ATF_BL31
 	bool "U-Boot needs ATF BL31"
 	depends on BR2_TARGET_ARM_TRUSTED_FIRMWARE
-	depend on !BR2_TARGET_ARM_TRUSTED_FIRMWARE_UBOOT_AS_BL33
+	depends on !BR2_TARGET_ARM_TRUSTED_FIRMWARE_UBOOT_AS_BL33
 	select BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31
 	help
 	  Some specific platforms (such as Allwinner A64/H5)