mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-11 13:56:30 +00:00
bdf8fd76c0
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> |
||
---|---|---|
.. | ||
bind.rst | ||
debugging.rst | ||
design.rst | ||
ethernet.rst | ||
fdt-fixup.rst | ||
fs_firmware_loader.rst | ||
i2c-howto.rst | ||
index.rst | ||
livetree.rst | ||
migration.rst | ||
of-plat.rst | ||
pci-info.rst | ||
pmic-framework.rst | ||
remoteproc-framework.rst | ||
serial-howto.rst | ||
soc-framework.rst | ||
spi-howto.rst | ||
usb-info.rst |