[PATCH 2/2] dtc: disallow label on /memreserve/ -- request help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



From: Frank Rowand <frank.rowand@xxxxxxxx>

From: Frank Rowand <frowand.list@xxxxxxxxx>

Signed-off-by: Frank Rowand <frowand.list@xxxxxxxxx>
---

I do not expect this patch to be applied.  This was just created to
try to better understand the cause of my error.


 dtc-parser.y | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/dtc-parser.y b/dtc-parser.y
index 821dba228d79..c010b14f2b1f 100644
--- a/dtc-parser.y
+++ b/dtc-parser.y
@@ -150,11 +150,6 @@ memreserve:
 		{
 			$$ = build_reserve_entry($2, $3);
 		}
-	| DT_LABEL memreserve
-		{
-			add_label(&$2->labels, $1);
-			$$ = $2;
-		}
 	;
 
 devicetree:
-- 
Frank Rowand <frank.rowand@xxxxxxxx>

--
To unsubscribe from this list: send the line "unsubscribe devicetree-compiler" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Device Tree]     [Device Tree Spec]     [Linux Driver Backports]     [Video for Linux]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]

  Powered by Linux