rv1126-uboot/drivers/block
Jason Zhu 82ee425415 dm: blk: fix spi flash uclass different error when use mtd block
The normal mtd block attachment steps are UCLASS_BLK -> UCLASS_MTD ->
UCLASS_(SPI or NAND). Since the spi flash frame is attached to
UCLASS_SPI_FLASH, this make mistake to find the UCLASS_MTD when
find the mtd block device. Fix it here when enable CONFIG_MTD_BLK.

Change-Id: I815f85a3bc51aa31e0896d9809a0b5a90f186a18
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
2019-10-09 09:13:21 +08:00
..
Kconfig dm: mmc: Allow disabling driver model in SPL 2017-08-01 11:58:00 +09:00
Makefile block: Drop the ftide020 driver 2017-09-03 15:30:35 -04:00
blk-uclass.c dm: blk: fix spi flash uclass different error when use mtd block 2019-10-09 09:13:21 +08:00
blk_legacy.c UPSTREAM: blk: Remove various places that do flush cache after read 2018-01-16 18:16:48 +08:00
blkcache.c
ide.c block: ide: Don't bother to create BLK device if no CDROM inserted 2017-09-10 12:27:40 -04:00
sandbox.c
systemace.c