Re: [U-Boot] [PATCH 10/11] tegra20: remove old pinmux setup

2013-01-25 Thread Stephen Warren
On 01/24/2013 08:48 AM, Lucas Stach wrote: > All boards are converted to the new tablebased pinmux setup. Get rid of > the old method. > diff --git a/arch/arm/cpu/tegra-common/board.c > b/arch/arm/cpu/tegra-common/board.c > @@ -145,7 +121,6 @@ static void setup_uarts(int uart_ids) >

Re: [U-Boot] [PATCH 10/11] tegra20: remove old pinmux setup

2013-01-25 Thread Stephen Warren
On 01/25/2013 02:19 PM, Lucas Stach wrote: > Am Freitag, den 25.01.2013, 14:12 -0800 schrieb Stephen Warren: >> On 01/24/2013 08:48 AM, Lucas Stach wrote: >>> All boards are converted to the new tablebased pinmux setup. Get rid of >>> the old method. >> >>> diff --git a/arch/arm/cpu/tegra-common/bo

Re: [U-Boot] [PATCH 10/11] tegra20: remove old pinmux setup

2013-01-25 Thread Lucas Stach
Am Freitag, den 25.01.2013, 14:12 -0800 schrieb Stephen Warren: > On 01/24/2013 08:48 AM, Lucas Stach wrote: > > All boards are converted to the new tablebased pinmux setup. Get rid of > > the old method. > > > diff --git a/arch/arm/cpu/tegra-common/board.c > > b/arch/arm/cpu/tegra-common/board.c

[U-Boot] [PATCH 10/11] tegra20: remove old pinmux setup

2013-01-24 Thread Lucas Stach
All boards are converted to the new tablebased pinmux setup. Get rid of the old method. Signed-off-by: Lucas Stach --- arch/arm/cpu/tegra-common/board.c | 25 arch/arm/include/asm/arch-tegra/board.h | 12 -- board/nvidia/common/board.c | 41 +---