From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guillaume Gardet Date: Wed, 29 Oct 2014 13:45:57 +0100 Subject: [U-Boot] [U-Boot,V2,2/5] spl: Add EXT support to SPL In-Reply-To: <20141027222258.GQ25506@bill-the-cat> References: <1413388395-11425-3-git-send-email-guillaume.gardet@free.fr> <20141027222258.GQ25506@bill-the-cat> Message-ID: <5450E185.3060700@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Le 27/10/2014 23:22, Tom Rini a ?crit : > On Wed, Oct 15, 2014 at 05:53:12PM +0200, Guillaume GARDET wrote: > >> Add EXT filesystem support to SPL. >> >> Signed-off-by: Guillaume GARDET >> Cc: Tom Rini > With the following change: > diff --git a/common/spl/spl_ext.c b/common/spl/spl_ext.c > index 7342268..7fbf3df 100644 > > Applied to u-boot/master, thanks! > Thanks. :) Guillaume