Home
last modified time | relevance | path

Searched hist:"87 bce4e5c0b55452d70830928b2d7b98fa24d4e3" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/common/spl/
H A Dspl_mmc.c1a92541d9c5341c6cdf6f713b056c30c1e06a325 Thu Dec 01 10:09:01 UTC 2016 Michal Simek <michal.simek@xilinx.com> dm: spl: mmc: Fix EXT SPL support

The patch
"dm: spl: mmc: Support CONFIG_BLK in SPL MMC"
(sha1: 87bce4e5c0b55452d70830928b2d7b98fa24d4e3)
converted FAT part of spl_mmc_do_fs_boot() but forget to update also EXT
part by 's/&mmc->block_dev/mmc_get_blk_desc(mmc)/'.
This patch is fixing compilation error when CONFIG_SPL_EXT_SUPPORT
is enabled.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
87bce4e5c0b55452d70830928b2d7b98fa24d4e3 Mon Jun 13 05:30:32 UTC 2016 Simon Glass <sjg@chromium.org> dm: spl: mmc: Support CONFIG_BLK in SPL MMC

Update the method of accessing the block device so that it works with
CONFIG_BLK enabled.

Signed-off-by: Simon Glass <sjg@chromium.org>