]> git.dujemihanovic.xyz Git - u-boot.git/commit
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)
commit09eaa406f6d98681912ae3a34ea559e8237fec86
treec0d3e94870745b3c7c33271ce7ef3630212223c6
parent0e01334fc187212ced22b950e5dfd4d1c0913b96
net: freescale: Drop use of SPL_BUILD dependency

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