diff options
| author | Wolfgang Denk <[email protected]> | 2008-10-12 23:13:16 +0200 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2008-10-12 23:13:16 +0200 |
| commit | 72c55878ecb1f0fdc8bc13516e5cb18fbae505e7 (patch) | |
| tree | 5bbd17d7c4d058bb62274c38a20e8ba550170ca2 /lib_ppc | |
| parent | 1f7bab0832cfd04fe534eba10e67a8b9def0dc4f (diff) | |
| parent | cd3cb0d9269d155276b00207e3816a9347fd1c92 (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-fdt
Diffstat (limited to 'lib_ppc')
| -rw-r--r-- | lib_ppc/bootm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_ppc/bootm.c b/lib_ppc/bootm.c index 38266e1da21..5af25dd222f 100644 --- a/lib_ppc/bootm.c +++ b/lib_ppc/bootm.c @@ -145,7 +145,7 @@ int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) * if the user wants it (the logic is in the subroutines). */ if (of_size) { - if (fdt_chosen(of_flat_tree, 0) < 0) { + if (fdt_chosen(of_flat_tree, 1) < 0) { puts ("ERROR: "); puts ("/chosen node create failed"); puts (" - must RESET the board to recover.\n"); |
