]> git.baikalelectronics.ru Git - uboot.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)
commit0ed549dac90437addf6e5d900d4c75aca633b976
treed0d1947618e60d774280ccdbc4c7e1f4e72d548e
parent73d79be9764fbcbaab107ef9e42599864657e49f
imx: spl: Partially revert "spl: eMMC/SD: Provide one __weak spl_boot_mode() function"

Commit 20ed98888db9 ("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