mirror of https://github.com/acidanthera/audk.git
DynamicTablesPkg: FdtHwInfoParserLib: Remove wrong comment
commit 13136cc311
("DynamicTablesPkg: FdtHwInfoParserLib:
Parse Pmu info")
adds support for pmu parsing. Thus, remove the wrong comment.
Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
This commit is contained in:
parent
0bcd3cc06e
commit
5acd6489df
|
@ -785,9 +785,6 @@ GicCPmuNodeParser (
|
||||||
UINT32 AffinityFlags; // {default = 0}
|
UINT32 AffinityFlags; // {default = 0}
|
||||||
} CM_ARM_GICC_INFO;
|
} CM_ARM_GICC_INFO;
|
||||||
|
|
||||||
The pmu information can be found in the pmu node. There is no support
|
|
||||||
for now.
|
|
||||||
|
|
||||||
A parser parses a Device Tree to populate a specific CmObj type. None,
|
A parser parses a Device Tree to populate a specific CmObj type. None,
|
||||||
one or many CmObj can be created by the parser.
|
one or many CmObj can be created by the parser.
|
||||||
The created CmObj are then handed to the parser's caller through the
|
The created CmObj are then handed to the parser's caller through the
|
||||||
|
|
|
@ -41,9 +41,6 @@
|
||||||
UINT32 AffinityFlags; // {default = 0}
|
UINT32 AffinityFlags; // {default = 0}
|
||||||
} CM_ARM_GICC_INFO;
|
} CM_ARM_GICC_INFO;
|
||||||
|
|
||||||
The pmu information can be found in the pmu node. There is no support
|
|
||||||
for now.
|
|
||||||
|
|
||||||
A parser parses a Device Tree to populate a specific CmObj type. None,
|
A parser parses a Device Tree to populate a specific CmObj type. None,
|
||||||
one or many CmObj can be created by the parser.
|
one or many CmObj can be created by the parser.
|
||||||
The created CmObj are then handed to the parser's caller through the
|
The created CmObj are then handed to the parser's caller through the
|
||||||
|
|
Loading…
Reference in New Issue