Files
u-boot/boot
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
..
2022-01-19 18:11:34 +01:00
2022-12-07 16:04:17 -05:00
2021-11-11 19:01:56 -05:00
2023-01-16 18:26:50 -05:00
2022-01-19 18:11:34 +01:00
2021-11-11 19:01:56 -05:00
2021-11-11 19:01:56 -05:00
2021-11-11 19:01:56 -05:00
2023-01-16 18:26:50 -05:00
2023-01-09 11:30:08 -05:00
2023-01-16 18:26:50 -05:00
2023-01-16 18:26:50 -05:00
2023-01-16 18:26:50 -05:00
2022-08-26 16:32:59 -06:00