Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Call ft_board_setup() from the bootm command. | Gerald Van Baren | 2007-08-10 | -0/+6 |
| | | | | | | | | | | 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> | |||
* | Moved fdt command support code to fdt_support.c | Gerald Van Baren | 2007-04-06 | -0/+42 |
...in preparation for improving the bootm command's handling of fdt blobs. Also cleaned up some coding sloppiness. |