]> git.baikalelectronics.ru Git - uboot.git/commit
Fix MMC access on Sabrelite
authorMartyn Welch <martyn.welch@collabora.com>
Thu, 11 Jun 2020 17:53:50 +0000 (18:53 +0100)
committerStefano Babic <sbabic@denx.de>
Mon, 22 Jun 2020 15:43:20 +0000 (17:43 +0200)
commitb432eb7ae48759141d34afe492a6ecf88957857b
tree75add07719fe7fad04d1df8030cca2009a9ffc8d
parentcb2600a0e85e359615e159eaebbcccd585a5c43c
Fix MMC access on Sabrelite

It appears that MMC access on the Sabrelite has been broken since
ef2ca8202e:

Loading Environment from MMC... Card did not respond to voltage select!
*** Warning - No block device, using default environment

Remove the board_mmc_init() and related entries now that we should be
using DM_MMC, add PINCTRL so that things work as expected.

Signed-off-by: Martyn Welch <martyn.welch@collabora.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Tested-by: Troy Kisky <troy.kisky@boundarydevices.com>
Acked-by: Troy Kisky <troy.kisky@boundarydevices.com>
board/boundary/nitrogen6x/nitrogen6x.c
configs/mx6qsabrelite_defconfig