commit | 3e38577208e4256956bc33bb8bcd0a6b6fab55c3 | [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 | 741a6d010d09b5bafca8e4cdfb6b2f8a2c07994d [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>