Files
u-boot/drivers
Simon Glass 3a2cb96e5d dm: mmc: Use bootdev_setup_sibling_blk()
At present MMC uses the bootdev_setup_for_dev() function to set up the
bootdev. This is because MMC only has one block-device child, so does not
need to worry about naming of the bootdev.

However this inconsistency with other bootdevs that use block devices is a
bit annoying. The only real reason for it is to have a name like
'mmc0.bootdev' instead of 'mmc0.blk.bootdev'.

Update bootdev_setup_sibling_blk() to drop '.blk' from the name where it
appears, thus removing the only reason to use the bootdev_setup_for_dev().
Switch MMC over to the subling function.

Signed-off-by: Simon Glass <sjg@chromium.org>
2023-01-23 18:11:39 -05:00
..
2023-01-23 18:11:39 -05:00
2023-01-16 18:01:11 +08:00
2021-10-05 08:50:15 -04:00
2022-09-16 11:05:16 -04:00
2023-01-11 15:02:24 -05:00
2022-01-13 07:57:49 -05:00
2022-01-13 07:57:49 -05:00
2022-09-19 16:07:12 -04:00
2023-01-09 11:30:08 -05:00
2023-01-20 12:27:24 -05:00
2022-10-11 16:03:03 -04:00
2022-11-02 13:58:17 -04:00