mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
dm: define LOG_CATEGORY for all uclass
Define LOG_CATEGORY for all uclass to allow filtering with log command. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
85f718f64d
commit
b953ec2bca
77 changed files with 157 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
* Author: Ruchika Gupta <ruchika.gupta@freescale.com>
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY UCLASS_MOD_EXP
|
||||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <asm/global_data.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue