summaryrefslogtreecommitdiff
path: root/configs/M5235EVB_Flash32_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-11-20 02:45:45 +0300
committerTom Rini <trini@konsulko.com>2022-12-06 02:16:43 +0300
commit7102d324f6b41741ee74587d43d77b302b1bbd96 (patch)
tree23ec41dc6f0aff10b800c69396a32ac5ac926817 /configs/M5235EVB_Flash32_defconfig
parent9cebc4ad8ebe6832c6d0eca786a85533a3b54ce4 (diff)
downloadu-boot-7102d324f6b41741ee74587d43d77b302b1bbd96.tar.xz
m68k: Rename CONFIG_WATCHDOG_TIMEOUT to CONFIG_WATCHDOG_TIMEOUT_MSECS
In practice, it is clear that the usage in m68k of CONFIG_WATCHDOG_TIMEOUT is setting a value in milliseconds. Rename this to the existing symbol and move to Kconfig. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/M5235EVB_Flash32_defconfig')
-rw-r--r--configs/M5235EVB_Flash32_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/M5235EVB_Flash32_defconfig b/configs/M5235EVB_Flash32_defconfig
index 1b7b156800..c0087aa67f 100644
--- a/configs/M5235EVB_Flash32_defconfig
+++ b/configs/M5235EVB_Flash32_defconfig
@@ -50,3 +50,4 @@ CONFIG_SYS_MAX_FLASH_SECT=137
CONFIG_MCFFEC=y
CONFIG_MII=y
CONFIG_MCFUART=y
+CONFIG_WATCHDOG_TIMEOUT_MSECS=5000