From bf544534fee1fb4b72dd49fc24c2c42e447090e7 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Wed, 28 Feb 2007 19:50:15 +0000 Subject: [PATCH] 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 Acked-by: Ronald G. Minnich Acked-by: Stefan Reinauer git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@161 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- util/dtc/dtc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/dtc/dtc.h b/util/dtc/dtc.h index 2ba319d58b..43aad55297 100644 --- a/util/dtc/dtc.h +++ b/util/dtc/dtc.h @@ -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 {