boot/arm-trusted-firmware: fix coding-style
Fix coding style issue introduced in cf176128ec4a (boot/arm-trusted-firmware: add SSP option) Fixes: cf176128ec4ad60c29c8828cab1887f69edb9473 Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit 11fffded3c575839504d19d14803840901985b67) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
940deafe7a
commit
9a44ef99aa
@@ -177,9 +177,9 @@ config BR2_TARGET_ARM_TRUSTED_FIRMWARE_NEEDS_ARM32_TOOLCHAIN
|
|||||||
|
|
||||||
config BR2_TARGET_ARM_TRUSTED_FIRMWARE_SSP
|
config BR2_TARGET_ARM_TRUSTED_FIRMWARE_SSP
|
||||||
bool "Build with SSP"
|
bool "Build with SSP"
|
||||||
|
default y
|
||||||
depends on BR2_TOOLCHAIN_HAS_SSP
|
depends on BR2_TOOLCHAIN_HAS_SSP
|
||||||
depends on !BR2_SSP_NONE
|
depends on !BR2_SSP_NONE
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
Say 'y' here if you want to build ATF with SSP.
|
Say 'y' here if you want to build ATF with SSP.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user