aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2017-10-13 10:27:26 -0300
committerStefano Babic <sbabic@denx.de>2017-10-31 11:10:18 +0100
commit723dfe8f020cc5786baadb5f91f3efacc03165bf (patch)
tree76755db0a97bea9a64bdf377729bd38f401cb81b /board
parente1f0715f64769920c1c3ec73f8f3bd9889a279ce (diff)
downloadu-boot-723dfe8f020cc5786baadb5f91f3efacc03165bf.zip
u-boot-723dfe8f020cc5786baadb5f91f3efacc03165bf.tar.gz
u-boot-723dfe8f020cc5786baadb5f91f3efacc03165bf.tar.bz2
mx6slevk: Fix MMC breakage for the SPL target
Commit 001cdbbb32ef1f6 ("imx: mx6slevk: enable more DM drivers") breaks MMC support in U-Boot proper on the mx6slevk_spl_defconfig target: U-Boot SPL 2017.09-00396-g6ca43a5 (Oct 01 2017 - 16:20:18) Trying to boot from MMC1 U-Boot 2017.09-00396-g6ca43a5 (Oct 01 2017 - 16:20:18 -0300) CPU: Freescale i.MX6SL rev1.0 792 MHz (running at 396 MHz) CPU: Commercial temperature grade (0C to 95C) at 33C Reset cause: POR Board: MX6SLEVK I2C: ready DRAM: 1 GiB MMC: FSL_SDHC: 0 MMC Device 1 not found *** Warning - No MMC card found, using default environment As mx6slevk_spl_defconfig does not use CONFIG_DM_MMC and its board file does not register the mmc controller for U-Boot proper, let's fix this by adding CONFIG_DM_MMC=y and device tree support. While at it, add more DM drivers, so that it becomes closer to mx6slevk_defconfig. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'board')
0 files changed, 0 insertions, 0 deletions