commit | 85ee165ae609d6698e7143902c26549b5f016a5d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 01 11:35:52 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 17 09:54:43 2016 -0600 |
tree | 1eb848be39e101a4e1c307a64b9a15d1404e513e | |
parent | c78f5e0c69997ae9b4602d50207ba852bc70ebec [diff] |
dm: Rename disk uclass to ahci 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>