Re: [U-Boot] [PATCH 1/2] watchdog: Fix SPL builds when watchdog is enabled

2018-09-06 Thread Jagan Teki
On Tue, Sep 4, 2018 at 6:36 AM, Chris Blake wrote: > Without this fix, u-boot fails to comple as it tries to load watchdog.h > during an SPL build. This breaks support for things such as the sunxi > arch. I'm not quite clear about the issue, was it a build break or functionality? better to paste

[U-Boot] [PATCH 1/2] watchdog: Fix SPL builds when watchdog is enabled

2018-09-03 Thread Chris Blake
Without this fix, u-boot fails to comple as it tries to load watchdog.h during an SPL build. This breaks support for things such as the sunxi arch. Signed-off-by: Chris Blake --- include/watchdog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/watchdog.h b/inclu