]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
net: freescale: Drop use of SPL_BUILD dependency
authorSimon Glass <sjg@chromium.org>
Mon, 30 Sep 2024 01:49:27 +0000 (19:49 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 11 Oct 2024 17:44:46 +0000 (11:44 -0600)
SPL_BUILD is not a Kconfig symbol. Perhaps the intent here is to use
SPL instead. However, this causes build errors, e.g. with T1024RDB_NAND

So drop the dependency on !SPL_BUILD since it does nothing.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/net/Kconfig

index 6ed325517c00e49bbfcd57b8ce194f845bdfe8a2..ce80e43966aadd2ecdd5cba5744df6d16bcbd009 100644 (file)
@@ -890,7 +890,7 @@ config FEC2_PHY_NORXERR
 
 config SYS_DPAA_QBMAN
        bool "Device tree fixup for QBMan on freescale SOCs"
-       depends on (ARM || PPC) && !SPL_BUILD
+       depends on ARM || PPC
        default y if ARCH_B4860 || \
                     ARCH_B4420 || \
                     ARCH_P1023 || \