mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
boot/arm-trusted-firmware: fix coding-style
Fix coding style issue introduced incf176128ec(boot/arm-trusted-firmware: add SSP option) Fixes:cf176128ecSigned-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
@@ -190,9 +190,9 @@ config BR2_TARGET_ARM_TRUSTED_FIRMWARE_NEEDS_ARM32_TOOLCHAIN
|
||||
|
||||
config BR2_TARGET_ARM_TRUSTED_FIRMWARE_SSP
|
||||
bool "Build with SSP"
|
||||
default y
|
||||
depends on BR2_TOOLCHAIN_HAS_SSP
|
||||
depends on !BR2_SSP_NONE
|
||||
default y
|
||||
help
|
||||
Say 'y' here if you want to build ATF with SSP.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user