From e6dd3f1d3cf54558187aa2a180cf4ad4ab10d8ad Mon Sep 17 00:00:00 2001 From: David Gibson Date: Mon, 29 Jan 2007 15:30:59 +1100 Subject: [PATCH] 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 --- 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);