aboutsummaryrefslogtreecommitdiff
path: root/include/configs/cobra5272.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-11-19 18:45:45 -0500
committerTom Rini <trini@konsulko.com>2022-12-05 18:16:43 -0500
commit7102d324f6b41741ee74587d43d77b302b1bbd96 (patch)
tree23ec41dc6f0aff10b800c69396a32ac5ac926817 /include/configs/cobra5272.h
parent9cebc4ad8ebe6832c6d0eca786a85533a3b54ce4 (diff)
downloadu-boot-7102d324f6b41741ee74587d43d77b302b1bbd96.zip
u-boot-7102d324f6b41741ee74587d43d77b302b1bbd96.tar.gz
u-boot-7102d324f6b41741ee74587d43d77b302b1bbd96.tar.bz2
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 'include/configs/cobra5272.h')
-rw-r--r--include/configs/cobra5272.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/configs/cobra5272.h b/include/configs/cobra5272.h
index 01828ea..6d6e2fc 100644
--- a/include/configs/cobra5272.h
+++ b/include/configs/cobra5272.h
@@ -43,18 +43,6 @@
#define CFG_SYS_UART_PORT (0)
/* ---
- * set "#if 0" to "#if 1" if (Hardware)-WATCHDOG should be enabled & change
- * timeout acc. to your needs
- * #define CONFIG_WATCHDOG_TIMEOUT x , x is timeout in milliseconds, e. g. 10000
- * for 10 sec
- * ---
- */
-
-#if 0
-#define CONFIG_WATCHDOG_TIMEOUT 10000 /* timeout in milliseconds */
-#endif
-
-/* ---
* CONFIG_MONITOR_IS_IN_RAM defines if u-boot is started from a different
* bootloader residing in flash ('chainloading'); if you want to use
* chainloading or want to compile a u-boot binary that can be loaded into