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:
Ronald G. Minnich 2007-02-28 19:50:15 +00:00
parent b520f3201e
commit bf544534fe

View file

@ -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 {