Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-10 | Call ft_board_setup() from the bootm command. | Gerald Van Baren | |
In the patch titled "Create new fdt boardsetup command..." I removed the call to ft_board_setup() from the routine fdt_chosen(), but I forgot to add a direct call back into cmd_bootm.c This fixes the oversight by adding the direct call to the bootm command. Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> | |||
2007-04-06 | Moved fdt command support code to fdt_support.c | Gerald Van Baren | |
...in preparation for improving the bootm command's handling of fdt blobs. Also cleaned up some coding sloppiness. |