]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fdt: Overwrite /chosen node in bootm if it already exists in the dtb
authorStefan Roese <sr@denx.de>
Fri, 26 Sep 2008 15:03:26 +0000 (17:03 +0200)
committerGerald Van Baren <vanbaren@cideas.com>
Thu, 2 Oct 2008 02:01:52 +0000 (22:01 -0400)
commit3e38577208e4256956bc33bb8bcd0a6b6fab55c3
treeedded836b339955afe9e2b661d31437a5ec214e3
parent741a6d010d09b5bafca8e4cdfb6b2f8a2c07994d
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>
lib_ppc/bootm.c