mirror of
https://xff.cz/git/u-boot/
synced 2025-09-05 02:32:11 +02:00
This started as 'ahci' and was renamed to 'disk' during code review. But it seems that this is too generic. Now that we have a 'blk' uclass, we can use that as the generic piece, and revert to ahci for this. Signed-off-by: Simon Glass <sjg@chromium.org>