]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Improve the bootm command for CONFIG_OF_LIBFDT
authorGerald Van Baren <vanbaren@cideas.com>
Sun, 15 Apr 2007 02:51:24 +0000 (22:51 -0400)
committerGerald Van Baren <vanbaren@cideas.com>
Sun, 15 Apr 2007 02:51:24 +0000 (22:51 -0400)
commitc28abb9c614f65ce2096cc4a66fc886c77d0e5a4
treee5ac701063ae2b80e27e7a49c6d9cf2dc44e8f0c
parent3f9f08cf91c8a6949a5d78a18bd3d8df7b86d888
Improve the bootm command for CONFIG_OF_LIBFDT

In bootm, create the "/chosen" node only if it doesn't already exist
  (better matches the previous behavior).
Update for proper reserved memory map handling for initrd.
common/cmd_bootm.c
common/fdt_support.c