From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Fri, 7 Sep 2018 09:55:41 +0530 Subject: [U-Boot] [PATCH 1/2] watchdog: Fix SPL builds when watchdog is enabled In-Reply-To: <1536023175-10682-2-git-send-email-chrisrblake93@gmail.com> References: <1536023175-10682-1-git-send-email-chrisrblake93@gmail.com> <1536023175-10682-2-git-send-email-chrisrblake93@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 the log or elaborate more can helpful.