]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fine grained per property /chosen updating.
authorGerald Van Baren <vanbaren@cideas.com>
Sun, 30 Dec 2007 03:45:27 +0000 (22:45 -0500)
committerGerald Van Baren <vanbaren@cideas.com>
Tue, 8 Jan 2008 20:03:29 +0000 (15:03 -0500)
commitb60af3d4c1680487ee37e11aa1b3db6dec04d8f0
tree90774de37edeb49754e2f2a9fabbafd585132871
parent238cb7a423c6eaa36496efb788cfb9798cea7f95
Fine grained per property /chosen updating.

Implement a suggestion by Scott Wood to make the /chosen handling fine
grained.  Don't overwrite pre-existing properties on a per-property basis,
so if /chosen exists but a necessary /chosen/property doesn't, it gets
created.  If a /chosen property exists, it is NOT overwritten unless the
"force" flag is true.

Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
common/fdt_support.c