From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 18 Jul 2016 10:12:43 -0600 Subject: [U-Boot] [PATCH] test: Adjust the of-platdata test run condition In-Reply-To: <20160717010159.GL7260@bill-the-cat> References: <1468715804-22598-1-git-send-email-sjg@chromium.org> <20160717010159.GL7260@bill-the-cat> Message-ID: <578CFFFB.7030504@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/16/2016 07:01 PM, Tom Rini wrote: > On Sat, Jul 16, 2016 at 06:36:44PM -0600, Simon Glass wrote: > >> This should be spl_of_platdata, since otherwise it will try to run on boards >> that don't support of-platdata. >> >> Signed-off-by: Simon Glass > > Applied to u-boot/master, thanks! FWIW, this appears to have fixed the test failures for me. Thanks.