mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-27 05:33:27 +08:00
dm: core: Add a comment for DM_FLAG_OF_PLATDATA
This flag is missing a comment. Add one. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
82de42fa14
commit
04e19ffded
@ -45,6 +45,7 @@ struct driver_info;
|
||||
/* Device name is allocated and should be freed on unbind() */
|
||||
#define DM_FLAG_NAME_ALLOCED (1 << 7)
|
||||
|
||||
/* Device has platform data provided by of-platdata */
|
||||
#define DM_FLAG_OF_PLATDATA (1 << 8)
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user