Kconfig: fix BUILD_TARGET for ARCH_MVEBU
authorBaruch Siach <baruch@tkos.co.il>
Thu, 7 Feb 2019 11:21:16 +0000 (13:21 +0200)
committerStefan Roese <sr@denx.de>
Mon, 11 Feb 2019 08:39:12 +0000 (09:39 +0100)
commit0ef692084363f2de8547db93397c6a69123d26ca
treec0abc13e1fa0b7d9df1b553ec8ecb97a52bcc692
parentd7f165cf676f4ae8aafd7adfc6dbe0f851026e46
Kconfig: fix BUILD_TARGET for ARCH_MVEBU

Commit dc146ca11187 ("Kconfig: Migrate CONFIG_BUILD_TARGET") made the
mvebu default build target depend on CONFIG_SPL_BUILD. Unfortunately,
there is no such Kconfig symbol. Use the CONFIG_SPL symbol instead to
fix that.

Cc: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: Stefan Roese <sr@denx.de>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Kconfig