[Crosstoolchain-logs] [device-tree-compiler] 73/357: Remove check for linux, platform property in /chosen

Hector Oron zumbi at moszumanska.debian.org
Thu Dec 8 17:05:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

zumbi pushed a commit to branch upstream/1.3.x
in repository device-tree-compiler.

commit e6dd3f1d3cf54558187aa2a180cf4ad4ab10d8ad
Author: David Gibson <david at gibson.dropbear.id.au>
Date:   Mon Jan 29 15:30:59 2007 +1100

    Remove check for linux,platform property in /chosen
    
    The linux,platform property in /chosen was obsolete almost as soon as
    it was invented.  Remove the check for it from dtc, which just tends
    to lead to irritating spurious failures.
    
    Signed-off-by: David Gibson <dwg at au1.ibm.com>
---
 livetree.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/livetree.c b/livetree.c
index 72d194a..3e06b31 100644
--- a/livetree.c
+++ b/livetree.c
@@ -568,8 +568,6 @@ static int check_chosen(struct node *root)
 		return 0;
 	}
 
-	CHECK_HAVE_ONECELL(chosen, "linux,platform");
-
 	CHECK_HAVE_WARN_STRING(chosen, "bootargs");
 	CHECK_HAVE_WARN_STRING(chosen, "linux,stdout-path");
 	CHECK_HAVE_WARN_PHANDLE(chosen, "interrupt-controller", root);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git



More information about the Crosstoolchain-logs mailing list