mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
utils/genradconfig: drop legacy lpc32xxcdl exclusion
Commit 503252d8b0 (boot/lpc32xxcdl: remove package) forgot to remove
the special handling in genrandconfig. Since the package no longer
exists, we don't need to special-case its symbol anymore, so drop it
now.
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
@@ -496,10 +496,6 @@ def fixup_config(sysinfo, configfile):
|
||||
'BR2_TARGET_BOOT_WRAPPER_AARCH64_DTS=""\n' in configlines:
|
||||
return False
|
||||
|
||||
if 'BR2_TARGET_LPC32XXCDL=y\n' in configlines and \
|
||||
'BR2_TARGET_LPC32XXCDL_BOARDNAME=""\n' in configlines:
|
||||
return False
|
||||
|
||||
if 'BR2_TARGET_OPTEE_OS=y\n' in configlines and \
|
||||
'BR2_TARGET_OPTEE_OS_CUSTOM_TARBALL=y\n' in configlines and \
|
||||
'BR2_TARGET_OPTEE_OS_CUSTOM_TARBALL_LOCATION=""\n' in configlines:
|
||||
|
||||
Reference in New Issue
Block a user