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:
Yann E. MORIN 2023-08-10 19:45:19 +02:00
parent 503252d8b0
commit a845276757

View File

@ -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: