boot: uboot: fix typo
authorYegor Yefremov <yegorslists@googlemail.com>
Fri, 8 Dec 2017 13:13:38 +0000 (14:13 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 8 Dec 2017 13:32:02 +0000 (14:32 +0100)
Replace "depend" with "depends".

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
boot/uboot/Config.in

index 6331bcde0885a169a5c714fcd0d417383135e105..2829d2ca5e7195fe6f4986410220083ad0346d57 100644 (file)
@@ -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)