]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Moved fdt command support code to fdt_support.c
authorGerald Van Baren <vanbaren@cideas.com>
Fri, 6 Apr 2007 18:19:43 +0000 (14:19 -0400)
committerGerald Van Baren <vanbaren@cideas.com>
Fri, 6 Apr 2007 18:19:43 +0000 (14:19 -0400)
commit64dbbd40c58349b64f43fd33dbb5ca0adb67d642
treeeffa2f40e05d50b03d4dbb5422f060f3f8b217c4
parent6679f9299534e488a171a9bb8f9bb891de247aab
Moved fdt command support code to fdt_support.c

...in preparation for improving the bootm command's handling of fdt blobs.
Also cleaned up some coding sloppiness.
board/mpc8360emds/mpc8360emds.c
common/Makefile
common/cmd_bootm.c
common/cmd_fdt.c
common/fdt_support.c [new file with mode: 0644]
cpu/mpc83xx/cpu.c
include/fdt_support.h [new file with mode: 0644]