diff options
author | Tom Rini <trini@konsulko.com> | 2022-11-19 18:45:45 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-05 18:16:43 -0500 |
commit | 7102d324f6b41741ee74587d43d77b302b1bbd96 (patch) | |
tree | 23ec41dc6f0aff10b800c69396a32ac5ac926817 /include/configs/M53017EVB.h | |
parent | 9cebc4ad8ebe6832c6d0eca786a85533a3b54ce4 (diff) | |
download | u-boot-7102d324f6b41741ee74587d43d77b302b1bbd96.tar.gz |
m68k: Rename CONFIG_WATCHDOG_TIMEOUT to CONFIG_WATCHDOG_TIMEOUT_MSECSWIP/2022-12-05-Kconfig-migrations-and-renames
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/M53017EVB.h')
-rw-r--r-- | include/configs/M53017EVB.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/M53017EVB.h b/include/configs/M53017EVB.h index 0e9ba4c3ada..42b74aeb9b5 100644 --- a/include/configs/M53017EVB.h +++ b/include/configs/M53017EVB.h @@ -20,8 +20,6 @@ #define CFG_SYS_UART_PORT (0) -#define CONFIG_WATCHDOG_TIMEOUT 5000 - #ifdef CONFIG_MCFFEC # define CFG_SYS_TX_ETH_BUFFER 8 # define CFG_SYS_FEC_BUF_USE_SRAM |