
On 30.09.19 09:33, Heiko Schocher wrote:
move WATCHDOG_TIMEOUT_MSECS to Kconfig and fix all board defconfigs.
Signed-off-by: Heiko Schocher hs@denx.de Reviewed-by: Stefan Roese sr@denx.de Acked-by: Lukasz Majewski lukma@denx.de Acked-by: Martyn Welch martyn.welch@collabora.com
Patchseries build fine on travis see: https://travis-ci.org/hsdenx/u-boot-test/builds/591305674
Based on mainline commit: d88eab4bcc: ("efi_loader: SetVariable() deleting variables")
Changes in v2:
add Reviewed-by tag from Stefan
add Acked-by tag from Lukasz and Martin
rebased to d88eab4bcc: ("efi_loader: SetVariable() deleting variables") Sorry to Stefan, who had requested a rebase and I missed the EMail...
arch/arm/cpu/armv8/fsl-layerscape/doc/README.lsch2 | 1 - configs/dh_imx6_defconfig | 1 + configs/display5_defconfig | 1 + configs/display5_factory_defconfig | 1 + configs/ge_bx50v3_defconfig | 1 + configs/kp_imx6q_tpc_defconfig | 1 + configs/m53menlo_defconfig | 1 + configs/mx53ppd_defconfig | 1 + configs/tqma6s_wru4_mmc_defconfig | 1 + configs/warp_defconfig | 1 + drivers/watchdog/Kconfig | 9 +++++++++ include/configs/dh_imx6.h | 1 - include/configs/display5.h | 1 - include/configs/ge_bx50v3.h | 2 -- include/configs/kp_imx6q_tpc.h | 1 - include/configs/m53menlo.h | 1 - include/configs/mx53ppd.h | 2 -- include/configs/socfpga_common.h | 1 - include/configs/socfpga_stratix10_socdk.h | 1 - include/configs/tqma6_wru4.h | 1 - include/configs/warp.h | 1 - scripts/config_whitelist.txt | 1 - 22 files changed, 18 insertions(+), 14 deletions(-)
Applied to u-boot-mavell/master
Thanks, Stefan