From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guillaume Gardet Date: Tue, 16 Dec 2014 18:43:09 +0100 Subject: [U-Boot] [PATCH] spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328a24f5e1ee990c9a9527e48e5fb3b5f) In-Reply-To: References: <1418727644-12897-1-git-send-email-guillaume.gardet@free.fr> Message-ID: <54906F2D.6030902@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 16/12/2014 18:16, Robert Nelson a ?crit : > On Tue, Dec 16, 2014 at 5:00 AM, Guillaume GARDET > wrote: >> As reported by Robert Nelson, commit 4c5bbc2328a24f5e1ee990c9a9527e48e5fb3b5f >> may break MMC RAW boot mode. >> This patch fixes the check path to fix MMC Raw boot mode. >> >> Tested raw boot mode and FS boot mode on a pandaboard (rev. A3). >> >> Reported-by: Robert Nelson >> Signed-off-by: Guillaume GARDET >> >> Cc: Tom Rini >> Cc: Robert Nelson > Thanks Guillaume! > > Tested in raw & fs mode on a beaglebone black (microSD & eMMC) Thanks for testing it. :) You could add your "tested by" tag. Guillaume