mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
boot: uboot: fix typo
Replace "depend" with "depends". Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
241789d65d
commit
fc144ee4eb
@ -161,7 +161,7 @@ config BR2_TARGET_UBOOT_NEEDS_OPENSSL
|
|||||||
config BR2_TARGET_UBOOT_NEEDS_ATF_BL31
|
config BR2_TARGET_UBOOT_NEEDS_ATF_BL31
|
||||||
bool "U-Boot needs ATF BL31"
|
bool "U-Boot needs ATF BL31"
|
||||||
depends on BR2_TARGET_ARM_TRUSTED_FIRMWARE
|
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
|
select BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31
|
||||||
help
|
help
|
||||||
Some specific platforms (such as Allwinner A64/H5)
|
Some specific platforms (such as Allwinner A64/H5)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user