commit | 2ad53a01bfa115ffb0e13d4e0fed922fbc4b7a23 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Fri Sep 26 17:03:26 2008 +0200 |
committer | Gerald Van Baren <vanbaren@cideas.com> | Wed Oct 01 22:01:52 2008 -0400 |
tree | edded836b339955afe9e2b661d31437a5ec214e3 | |
parent | d94d0f1fd976a2e61931ab3eaec64d5635785d09 [diff] |
fdt: Overwrite /chosen node in bootm if it already exists in the dtb Set force parameter in fdt_chosen() call in do_bootm_linux() call. Without this, the chosen node is not overwritten if it already exists. Signed-off-by: Stefan Roese <sr@denx.de>