From 21a9f435f340b0936aa0bfc29fdd3efa1d329ea2 Mon Sep 17 00:00:00 2001 From: Lukasz Majewski Date: Tue, 13 Feb 2018 06:34:13 +0100 Subject: Convert socfpga: select CONFIG_HW_WATCHDOG support for ARCH_SOCFPGA All Socfpga boards from ./include/configs/socfpga_* define CONFIG_HW_WATCHDOG. To ease CONFIG_HW_WATCHDOG conversion to Kconfig select it in config ARCH_SOCFPGA (arch/arm/Kconfig) section. Signed-off-by: Lukasz Majewski Signed-off-by: Simon Goldschmidt --- include/configs/socfpga_arria10_socdk.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/socfpga_arria10_socdk.h') diff --git a/include/configs/socfpga_arria10_socdk.h b/include/configs/socfpga_arria10_socdk.h index 83718dd..82bb48b 100644 --- a/include/configs/socfpga_arria10_socdk.h +++ b/include/configs/socfpga_arria10_socdk.h @@ -9,8 +9,6 @@ #include -#define CONFIG_HW_WATCHDOG - /* Booting Linux */ #define CONFIG_LOADADDR 0x01000000 #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR -- cgit v1.1