From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suman Anna Date: Mon, 23 May 2016 10:57:13 -0500 Subject: [U-Boot] [PATCH 1/3] SPL: Let spl_parse_image_header() return value In-Reply-To: References: <1461883496-9674-1-git-send-email-marex@denx.de> Message-ID: <57432859.4060301@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/20/2016 07:22 PM, Fabio Estevam wrote: > On Fri, May 20, 2016 at 6:56 PM, Nishanth Menon wrote: >> Marek, >> >> Just forwarding report from Suman (in CC) reporting that as of u-boot >> master 4b6e1fd "Merge git://git.denx.de/u-boot-dm" >> It looks like BeagleBoard-X15, DRA7 platforms fail due to this commit. >> Fail signature looks like the following: >> ... >> DRA752 ES2.0 >> Trying to boot from MMC1 >> reading args >> spl_load_image_fat_os: error reading image args, err - -1 >> reading u-boot.img >> spl_load_image_fat: error reading image u-boot.img, err - 0 >> Failed to mount ext2 filesystem... >> spl_load_image_ext_os: ext4fs mount err - 0 >> Failed to mount ext2 filesystem... >> spl_load_image_ext: ext4fs mount err - 0 > > Looks like this can be fixed with this patch from Marek: > https://patchwork.ozlabs.org/patch/624267/ Thanks Fabio for pointing out the fix. I have verified that this patch fixes the boot on both the above platforms. regards Suman