]> git.dujemihanovic.xyz Git - u-boot.git/commit
tegra: Drop dependency on SPL_BUILD
authorSimon Glass <sjg@chromium.org>
Mon, 30 Sep 2024 01:49:26 +0000 (19:49 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 11 Oct 2024 17:44:46 +0000 (11:44 -0600)
commit0e01334fc187212ced22b950e5dfd4d1c0913b96
treee6115de3a608bde38588b6a2ab5ff12bfdef13bc
parent95a720e054ffad4e01d2a839d4ebadd91fe24032
tegra: Drop dependency on SPL_BUILD

SPL_BUILD is not a Kconfig symbol so perhaps the intent here is to
use SPL instead. But that changes the output size.

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

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-tegra/tegra124/Kconfig