diff options
author | Xiaoliang Yang | 2018-10-18 17:14:19 +0800 |
---|---|---|
committer | Stefano Babic | 2018-10-22 14:33:54 +0200 |
commit | 517066a7094499712f7fc6f1d5c116427bdced08 (patch) | |
tree | 5b82d565b3b0e9e49df9b731e5bf264ae039c8b3 /include/configs/ge_bx50v3.h | |
parent | f767a4e82e37a41414764e619607e424c6d3bc71 (diff) |
Kconfig: Convert CONFIG_IMX_WATCHDOG to Kconfig
Move this option to Kconfig and tidy up the config file of eight
boards which use it.
Signed-off-by: Xiaoliang Yang <xiaoliang.yang_1@nxp.com>
Diffstat (limited to 'include/configs/ge_bx50v3.h')
-rw-r--r-- | include/configs/ge_bx50v3.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h index fad840b9b2b..e0e1f713efc 100644 --- a/include/configs/ge_bx50v3.h +++ b/include/configs/ge_bx50v3.h @@ -31,8 +31,6 @@ #define CONFIG_REVISION_TAG #define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M) -#define CONFIG_HW_WATCHDOG -#define CONFIG_IMX_WATCHDOG #define CONFIG_WATCHDOG_TIMEOUT_MSECS 6000 #define CONFIG_MXC_UART |