diff options
| author | Patrick Delaunay <[email protected]> | 2021-04-27 11:02:19 +0200 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2021-07-06 10:38:03 -0600 |
| commit | b953ec2bca1ebe059366e870eb4bec5e7af9c36b (patch) | |
| tree | 7068f05d7cbf19465df4a6c87b29a3599c5de654 /drivers/soc | |
| parent | 85f718f64d65390f385111e57cfa017abd12879d (diff) | |
dm: define LOG_CATEGORY for all uclass
Define LOG_CATEGORY for all uclass to allow filtering with
log command.
Signed-off-by: Patrick Delaunay <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'drivers/soc')
| -rw-r--r-- | drivers/soc/soc-uclass.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/soc/soc-uclass.c b/drivers/soc/soc-uclass.c index c32d647864f..dfad32d80db 100644 --- a/drivers/soc/soc-uclass.c +++ b/drivers/soc/soc-uclass.c @@ -4,6 +4,8 @@ * Dave Gerlach <[email protected]> */ +#define LOG_CATEGORY UCLASS_SOC + #include <common.h> #include <soc.h> #include <dm.h> |
