mirror of
https://xff.cz/git/u-boot/
synced 2025-09-07 19:52:15 +02: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:
@@ -19,6 +19,7 @@
|
|||||||
DECLARE_GLOBAL_DATA_PTR;
|
DECLARE_GLOBAL_DATA_PTR;
|
||||||
|
|
||||||
UCLASS_DRIVER(demo) = {
|
UCLASS_DRIVER(demo) = {
|
||||||
|
.name = "demo",
|
||||||
.id = UCLASS_DEMO,
|
.id = UCLASS_DEMO,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user