mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
This is ridiculous. 31-character names? What decade are we in?
If this is a hard OFW limitation, let's fix OFW. Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@161 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
b520f3201e
commit
bf544534fe
1 changed files with 2 additions and 2 deletions
|
@ -132,8 +132,8 @@ int data_is_one_string(struct data d);
|
|||
|
||||
/* DT constraints */
|
||||
|
||||
#define MAX_PROPNAME_LEN 31
|
||||
#define MAX_NODENAME_LEN 31
|
||||
#define MAX_PROPNAME_LEN 63
|
||||
#define MAX_NODENAME_LEN 63
|
||||
|
||||
/* Live trees */
|
||||
struct property {
|
||||
|
|
Loading…
Add table
Reference in a new issue