commit | dfcee795d3d6f76329e7c4c3f1499dc8ba8a138e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Sep 21 12:40:03 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Thu Oct 27 21:56:29 2011 +0200 |
tree | c0dd7c0840de9ff70199e4f234e2c681a8f437fd | |
parent | 069784eec462955fa1ab04aa3dc3905aaebe03bd [diff] |
tegra2: Clean up board code a little This removes clock_init() and pinmux_init() which are names better suited to those respective modules. By moving board_init_f() to the bottom of the file we can remove the need for so many functions in the board.h header file. The only clock/pinmux/gpio init we need to do prior to relocation is for the UART. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Tom Warren <twarren@nvidia.com>