From 02e69a5db1b5e89a56c777d2b750dadcf26555a0 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 12 Sep 2016 23:19:02 -0600 Subject: Convert CONFIG_SPL_WATCHDOG_SUPPORT to Kconfig Move this option to Kconfig and tidy up existing uses. Signed-off-by: Simon Glass --- include/configs/brppt1.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/brppt1.h') diff --git a/include/configs/brppt1.h b/include/configs/brppt1.h index 5dc435c500..e01d53565c 100644 --- a/include/configs/brppt1.h +++ b/include/configs/brppt1.h @@ -24,7 +24,6 @@ #define CONFIG_HW_WATCHDOG #define CONFIG_OMAP_WATCHDOG -#define CONFIG_SPL_WATCHDOG_SUPPORT /* Bootcount using the RTC block */ #define CONFIG_SYS_BOOTCOUNT_ADDR 0x44E3E000 -- cgit