
On 16/11/09 12:15, Nick Thompson wrote:
Davinci: Table driven pinmux configuration
Add code to allow pinmux_config tables to be grouped and configured as a single resource. This removes multiple calls to the pinmux configuration code from board_init and allows pinmuxes to be individually configured and added by data manipulation only.
All related #ifdefs can the be removed from board_init code and since the compiler optimises away statics, #ifdefs can be reduced in the data definitions as well.
Signed-off-by: Nick Thompson nick.thompson@gefanuc.com
Applies to u-boot-ti:
board/davinci/common/misc.c | 31 +++++++++++++++++++++++++++++++ board/davinci/common/misc.h | 13 +++++++++++++ 2 files changed, 44 insertions(+), 0 deletions(-)
I have seen no comments on this one. Is it okay?
It's Davinci specific, so I assume this is for Sandeep's attention. Sorry to push, but it's central to several further patches.
Thanks, Nick.