mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-23 21:44:15 +00:00
Merge "fix(zynqmp): fix length of clock name" into integration
This commit is contained in:
commit
fdbd18b56c
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
#include "pm_common.h"
|
#include "pm_common.h"
|
||||||
|
|
||||||
#define CLK_NAME_LEN (15U)
|
#define CLK_NAME_LEN (16U)
|
||||||
#define MAX_PARENTS (100U)
|
#define MAX_PARENTS (100U)
|
||||||
#define CLK_NA_PARENT -1
|
#define CLK_NA_PARENT -1
|
||||||
#define CLK_DUMMY_PARENT -2
|
#define CLK_DUMMY_PARENT -2
|
||||||
|
|
Loading…
Add table
Reference in a new issue