From 21a475020e70e542a15524bef2f9b00691620107 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sun, 1 Mar 2015 04:45:46 +0100 Subject: [PATCH] carambola/skylab: use hw watchdog --- u-boot/include/configs/carambola2.h | 4 ++++ u-boot/include/configs/skylab.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/u-boot/include/configs/carambola2.h b/u-boot/include/configs/carambola2.h index 64563ca53f..2b22ee5bda 100644 --- a/u-boot/include/configs/carambola2.h +++ b/u-boot/include/configs/carambola2.h @@ -7,6 +7,10 @@ #include #include + +/* enable watchdog */ +#define CONFIG_HW_WATCHDOG + /*----------------------------------------------------------------------- * FLASH and environment organization *----------------------------------------------------------------------- diff --git a/u-boot/include/configs/skylab.h b/u-boot/include/configs/skylab.h index 5ec91e6c2b..1f0a337b77 100644 --- a/u-boot/include/configs/skylab.h +++ b/u-boot/include/configs/skylab.h @@ -7,6 +7,10 @@ #include #include + +/* enable watchdog */ +#define CONFIG_HW_WATCHDOG + /*----------------------------------------------------------------------- * FLASH and environment organization *-----------------------------------------------------------------------