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>
This commit is contained in:
David Gibson 2007-01-29 15:30:59 +11:00 committed by Jon Loeliger
parent 95393db96f
commit e6dd3f1d3c

View file

@ -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);