Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pal/uefi_dt/include/pal_uefi.h
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ typedef union {
ID_MAP map;
}NODE_DATA_MAP;

#define MAX_NAMED_COMP_LENGTH 256
#define MAX_NAMED_COMP_LENGTH 150

typedef struct {
UINT64 smmu_base; /* SMMU base to which component is attached, else NULL */
Expand Down
Loading