[Buildroot] [git commit] utils/genradconfig: drop legacy lpc32xxcdl exclusion

Yann E. MORIN yann.morin.1998 at free.fr
Thu Aug 10 17:45:19 UTC 2023


commit: https://git.buildroot.net/buildroot/commit/?id=a845276757085692601933541e510e1f02dae575
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 <yann.morin.1998 at free.fr>
---
 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:



More information about the buildroot mailing list