mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
dm: Give the demo uclass a name
Uclasses should be named, so add a name for the demo uclass. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
bb58503d80
commit
74f96dada1
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
||||
UCLASS_DRIVER(demo) = {
|
||||
.name = "demo",
|
||||
.id = UCLASS_DEMO,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue