From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Tue, 03 Mar 2015 08:34:53 +0000 Subject: [U-Boot] [RFC PATCH 03/13] sunxi: Replace the pcDuino3 config with FDT version In-Reply-To: <1425227620-6656-3-git-send-email-sjg@chromium.org> References: <1425227620-6656-1-git-send-email-sjg@chromium.org> <1425227620-6656-3-git-send-email-sjg@chromium.org> Message-ID: <1425371693.12103.26.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, 2015-03-01 at 09:33 -0700, Simon Glass wrote: > We currently have Linksprite_pcDuino3 and Linksprite_pcDuino3_fdt. Drop the > former in favour of the latter. > > Signed-off-by: Simon Glass Is the FDT version a drop in replacement now? I didn't receive the whole series but I see that e.g. patch #13 is switching to driver model for Ethernet on this platform. Shouldn't this patch therefore come at the end of the series after that groundwork has been laid? _If_ I'm mistaken and this change at this point in the series is "no functional change" then: Acked-by: Ian Campbell Ian.