Re: [U-Boot] [PATCH v1] watchdog: move WATCHDOG_TIMEOUT_MSECS to Kconfig

2019-08-26 Thread Stefan Roese
Hi Heiko, On 12.06.19 10:22, Heiko Schocher wrote: move WATCHDOG_TIMEOUT_MSECS to Kconfig and fix all board defconfigs. Signed-off-by: Heiko Schocher --- Patchseries build fine on travis see: https://travis-ci.org/hsdenx/u-boot-test/builds/544546490 Based on mainline commit: 68b90e57bc: "con

Re: [U-Boot] [PATCH v1] watchdog: move WATCHDOG_TIMEOUT_MSECS to Kconfig

2019-06-13 Thread Martyn Welch
On Wed, 2019-06-12 at 10:22 +0200, Heiko Schocher wrote: > move WATCHDOG_TIMEOUT_MSECS to Kconfig and fix > all board defconfigs. > > Signed-off-by: Heiko Schocher > --- > > Patchseries build fine on travis see: > https://travis-ci.org/hsdenx/u-boot-test/builds/544546490 > > Based on mainline c

Re: [U-Boot] [PATCH v1] watchdog: move WATCHDOG_TIMEOUT_MSECS to Kconfig

2019-06-12 Thread Lukasz Majewski
On Wed, 12 Jun 2019 10:22:50 +0200 Heiko Schocher wrote: > move WATCHDOG_TIMEOUT_MSECS to Kconfig and fix > all board defconfigs. > > Signed-off-by: Heiko Schocher > --- > > Patchseries build fine on travis see: > https://travis-ci.org/hsdenx/u-boot-test/builds/544546490 > > Based on mainline

Re: [U-Boot] [PATCH v1] watchdog: move WATCHDOG_TIMEOUT_MSECS to Kconfig

2019-06-12 Thread Stefan Roese
On 12.06.19 10:22, Heiko Schocher wrote: move WATCHDOG_TIMEOUT_MSECS to Kconfig and fix all board defconfigs. Signed-off-by: Heiko Schocher Reviewed-by: Stefan Roese Thanks, Stefan --- Patchseries build fine on travis see: https://travis-ci.org/hsdenx/u-boot-test/builds/544546490 Based

[U-Boot] [PATCH v1] watchdog: move WATCHDOG_TIMEOUT_MSECS to Kconfig

2019-06-12 Thread Heiko Schocher
move WATCHDOG_TIMEOUT_MSECS to Kconfig and fix all board defconfigs. Signed-off-by: Heiko Schocher --- Patchseries build fine on travis see: https://travis-ci.org/hsdenx/u-boot-test/builds/544546490 Based on mainline commit: 68b90e57bc: "configs: tinker-rk3288 disable CONFIG_SPL_I2C_SUPPORT" a