]> git.ipfire.org Git - people/ms/u-boot.git/commit
imx: spl: Partially revert "spl: eMMC/SD: Provide one __weak spl_boot_mode() function"
authorFabio Estevam <fabio.estevam@nxp.com>
Thu, 15 Feb 2018 14:41:40 +0000 (12:41 -0200)
committerStefano Babic <sbabic@denx.de>
Sat, 24 Feb 2018 18:33:32 +0000 (19:33 +0100)
commit0339086bd9b99ae354c26e8758d5bab51ef84a3a
treed0d1947618e60d774280ccdbc4c7e1f4e72d548e
parent520d8226327fb932f4346f211621d3f9800f991c
imx: spl: Partially revert "spl: eMMC/SD: Provide one __weak spl_boot_mode() function"

Commit d695d6627803 ("spl: eMMC/SD: Provide one __weak spl_boot_mode()
function") breaks the boot on several i.MX6 boards,
such as cuboxi and wandboard:

U-Boot SPL 2018.03-rc1-00212-g48914fc119 (Feb 10 2018 - 11:04:33 +1300)
Trying to boot from MMC1
Failed to mount ext2 filesystem...
spl_load_image_ext: ext4fs mount err - 0

Partially revert it so that we can boot U-Boot again on these
i.MX6 platforms.

Reported-by: Jonathan Gray <jsg@jsg.id.au>
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Tested-by: Breno Lima <breno.lima@nxp.com>
arch/arm/mach-imx/spl.c