From a845276757085692601933541e510e1f02dae575 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Thu, 10 Aug 2023 19:45:19 +0200 Subject: [PATCH] utils/genradconfig: drop legacy lpc32xxcdl exclusion Commit 503252d8b095 (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 --- utils/genrandconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/utils/genrandconfig b/utils/genrandconfig index 60922e871c..b6154db344 100755 --- a/utils/genrandconfig +++ b/utils/genrandconfig @@ -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: