From 21a9f435f340b0936aa0bfc29fdd3efa1d329ea2 Mon Sep 17 00:00:00 2001 From: Lukasz Majewski <lukma@denx.de> 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 <lukma@denx.de> Signed-off-by: Simon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com> --- include/configs/socfpga_is1.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/socfpga_is1.h') diff --git a/include/configs/socfpga_is1.h b/include/configs/socfpga_is1.h index 46f5f135dd..dc318e50dc 100644 --- a/include/configs/socfpga_is1.h +++ b/include/configs/socfpga_is1.h @@ -9,8 +9,6 @@ #include <asm/arch/base_addr_ac5.h> -#define CONFIG_HW_WATCHDOG - /* Memory configurations */ #define PHYS_SDRAM_1_SIZE 0x10000000 -- cgit