]> git.sur5r.net Git - u-boot/commit
ARM: tegra: remove wrong dependency on SPL_BUILD
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 30 Aug 2016 07:22:20 +0000 (16:22 +0900)
committerTom Rini <trini@konsulko.com>
Wed, 7 Sep 2016 12:47:40 +0000 (08:47 -0400)
commit55a65e61870970818f677a6ec287363283da2c1d
tree15f887bcc106e298266ec54d4bfcdc06f6a69891
parent4667c83365fd2426c08c2a55fe4b6682ae0bd6b3
ARM: tegra: remove wrong dependency on SPL_BUILD

SPL_BUILD is not a CONFIG in Kconfig, so !SPL_BUILD is always true.

Reviewed-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-tegra/tegra124/Kconfig