u-boot/board/davinci/common
Nick Thompson 90110e0eab Davinci: Table driven pinmux configuration
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>
2010-01-04 08:48:16 -06:00
..
Makefile davinci: move psc support board-->cpu 2009-06-12 20:39:47 +02:00
misc.c Davinci: Table driven pinmux configuration 2010-01-04 08:48:16 -06:00
misc.h Davinci: Table driven pinmux configuration 2010-01-04 08:48:16 -06:00