Re: [U-Boot] [PATCH] Kconfig: fix BUILD_TARGET for ARCH_MVEBU

2019-02-11 Thread Stefan Roese
On 07.02.19 12:21, Baruch Siach wrote: 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 Signed-off-by:

Re: [U-Boot] [PATCH] Kconfig: fix BUILD_TARGET for ARCH_MVEBU

2019-02-10 Thread Jagan Teki
On Thu, Feb 7, 2019 at 4:52 PM Baruch Siach wrote: > > 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

Re: [U-Boot] [PATCH] Kconfig: fix BUILD_TARGET for ARCH_MVEBU

2019-02-07 Thread Stefan Roese
On 07.02.19 12:21, Baruch Siach wrote: 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 Signed-off-by:

[U-Boot] [PATCH] Kconfig: fix BUILD_TARGET for ARCH_MVEBU

2019-02-07 Thread Baruch Siach
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 Signed-off-by: Baruch Siach --- Kconfig | 2 +- 1 file