aboutsummaryrefslogtreecommitdiff
path: root/livetree.c
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2007-01-29 15:30:59 +1100
committerJon Loeliger <jdl@freescale.com>2007-01-29 07:47:55 -0600
commite6dd3f1d3cf54558187aa2a180cf4ad4ab10d8ad (patch)
treeb3e4f38163c9522586a72e32971aa2babc54c143 /livetree.c
parent95393db96f4a14de21ff32e12bfe905d53d1566f (diff)
downloaddtc-e6dd3f1d3cf54558187aa2a180cf4ad4ab10d8ad.zip
dtc-e6dd3f1d3cf54558187aa2a180cf4ad4ab10d8ad.tar.gz
dtc-e6dd3f1d3cf54558187aa2a180cf4ad4ab10d8ad.tar.bz2
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@au1.ibm.com>
Diffstat (limited to 'livetree.c')
-rw-r--r--livetree.c2
1 files changed, 0 insertions, 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);