Skip to content
Snippets Groups Projects
Commit bdf8fd76 authored by Simon Glass's avatar Simon Glass
Browse files

dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS


We use the U_BOOT_ prefix (i.e. U_BOOT_DRIVER) to declare a driver but
in every other case we just use DM_. Update the alias macros to use the
DM_ prefix.

We could perhaps rename U_BOOT_DRIVER() to DM_DRIVER(), but this macro
is widely used and there is at least some benefit to indicating it us a
U-Boot driver, particularly for code ported from Linux. So for now, let's
keep that name.

Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
parent 65e25bea
No related branches found
No related tags found
Loading
Showing
with 26 additions and 26 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment