mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-18 21:33:39 -09:00
utils/genrandconfig: remove spurious semicolon
From flake8: utils/genrandconfig:429:21: E703 statement ends with a semicolon 1 E703 statement ends with a semicolon Fixes:d3e029575cSigned-off-by: Arnout Vandecappelle <arnout@mind.be> (cherry picked from commit1fc299ad6a) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
ba27d0889f
commit
a4bfdee1e0
@@ -432,7 +432,7 @@ def fixup_config(sysinfo, configfile):
|
||||
|
||||
if 'BR2_TARGET_ARM_TRUSTED_FIRMWARE=y\n' in configlines and \
|
||||
'BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM=""\n' in configlines:
|
||||
return False;
|
||||
return False
|
||||
|
||||
if 'BR2_TARGET_ARM_TRUSTED_FIRMWARE=y\n' in configlines and \
|
||||
'BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION=y\n' in configlines and \
|
||||
|
||||
Reference in New Issue
Block a user