
Olof Johansson wrote:
Switch from space-based indentation to tab-based in mux configs, as pointed out by WD at:
http://lists.denx.de/pipermail/u-boot/2009-September/061241.html
Nothing but whitespace changes in this patch (diff -w gives no output).
Signed-off-by: Olof Johansson olof@lixom.net
board/logicpd/zoom1/zoom1.h | 164 +++++----- board/logicpd/zoom2/zoom2.h | 188 +++++----- board/overo/overo.h | 644 +++++++++++++++++----------------- board/pandora/pandora.h | 662 +++++++++++++++++----------------- board/ti/beagle/beagle.h | 640 +++++++++++++++++----------------- board/ti/evm/evm.h | 662 +++++++++++++++++----------------- board/timll/devkit8000/devkit8000.h | 628 +++++++++++++++++----------------- 7 files changed, 1794 insertions(+), 1794 deletions(-)
I have visually inspected zoom2. It looks fine.
The other board maintainers should have a chance to review before it goes up the chain.
Tom