Re: [U-Boot] [PATCH] arm: socfpga: disable CONFIG_SPL_WDT for gen5 and a10

2019-10-06 Thread Tom Rini
On Sat, Oct 05, 2019 at 10:10:11PM +0200, Simon Goldschmidt wrote: > These boards don't have a watchdog enabled in SPL, so make sure > CONFIG_SPL_WDT is not enabled. > > Fixes: commit 6874cb72204f ("watchdog: Split WDT from SPL_WDT") > > Signed-off-by: Simon Goldschmidt Applied to

Re: [U-Boot] [PATCH] arm: socfpga: disable CONFIG_SPL_WDT for gen5 and a10

2019-10-05 Thread Marek Vasut
On 10/5/19 10:30 PM, Simon Goldschmidt wrote: > Am 05.10.2019 um 22:12 schrieb Marek Vasut: >> On 10/5/19 10:10 PM, Simon Goldschmidt wrote: >>> These boards don't have a watchdog enabled in SPL, so make sure >>> CONFIG_SPL_WDT is not enabled. >>> >>> Fixes: commit 6874cb72204f ("watchdog: Split

Re: [U-Boot] [PATCH] arm: socfpga: disable CONFIG_SPL_WDT for gen5 and a10

2019-10-05 Thread Simon Goldschmidt
Am 05.10.2019 um 22:12 schrieb Marek Vasut: On 10/5/19 10:10 PM, Simon Goldschmidt wrote: These boards don't have a watchdog enabled in SPL, so make sure CONFIG_SPL_WDT is not enabled. Fixes: commit 6874cb72204f ("watchdog: Split WDT from SPL_WDT") --- While I think the more fundamental

Re: [U-Boot] [PATCH] arm: socfpga: disable CONFIG_SPL_WDT for gen5 and a10

2019-10-05 Thread Marek Vasut
On 10/5/19 10:10 PM, Simon Goldschmidt wrote: > These boards don't have a watchdog enabled in SPL, so make sure > CONFIG_SPL_WDT is not enabled. > > Fixes: commit 6874cb72204f ("watchdog: Split WDT from SPL_WDT") > --- > > > While I think the more fundamental problem is selecting >

[U-Boot] [PATCH] arm: socfpga: disable CONFIG_SPL_WDT for gen5 and a10

2019-10-05 Thread Simon Goldschmidt
These boards don't have a watchdog enabled in SPL, so make sure CONFIG_SPL_WDT is not enabled. Fixes: commit 6874cb72204f ("watchdog: Split WDT from SPL_WDT") Signed-off-by: Simon Goldschmidt --- While I think the more fundamental problem is selecting SPL_WATCHDOG_SUPPORT in arch/arm/Kconfig,