Re: [PATCH] Remove bogus errors from check_chosen.
From: Scott Wood <hidden>
Date: 2007-03-22 16:22:34
From: Scott Wood <hidden>
Date: 2007-03-22 16:22:34
On Thu, Mar 22, 2007 at 11:11:09AM -0500, Scott Wood wrote:
It is not an error for /chosen (or any of its children) to be missing. It is not a requirement that the output of dtc be a complete, valid device tree, as it may be intended that the dtb be passed through boot code that will complete it. Thus, do not complain. Signed-off-by: Scott Wood <redacted> --- livetree.c | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-)
Obviously, this is a DTC patch, and not a kernel patch. I forgot to label it as such. -Scott