This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
u-boot
Watch
2
Star
0
Fork
You've already forked u-boot
0
mirror of
https://github.com/AsahiLinux/u-boot
synced
2024-11-07 21:54:45 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
735ddfc638
u-boot
/
tools
/
dtoc
/
test
/
dtoc_test_scan_drivers.cxx
2 lines
51 B
C++
Raw
Normal View
History
Unescape
Escape
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 <sjg@chromium.org>
2020-12-29 03:34:57 +00:00
DM_DRIVER_ALIAS
(
sandbox_gpio
,
sandbox_gpio_alias2
)
Reference in a new issue
Copy permalink