Re: [U-Boot] [PATCH 1/3] omap3_spi: Undo CONFIG_AM33XX D0/D1 change

2012-10-17 Thread Peter Korsgaard
> "Tom" == Tom Rini writes: Hi, Tom> Alright, can you post a patch that works for you? Thanks! Sure, will do so now. -- Bye, Peter Korsgaard ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/3] omap3_spi: Undo CONFIG_AM33XX D0/D1 change

2012-10-17 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/17/12 00:05, Peter Korsgaard wrote: >> "Tom" == Tom Rini writes: > > Tom> At some point the am335x evm hardware was updated to > previosly Tom> used in all other designs layout, so remove the now > incorrect Tom> code. > > Could we please

Re: [U-Boot] [PATCH 1/3] omap3_spi: Undo CONFIG_AM33XX D0/D1 change

2012-10-17 Thread Peter Korsgaard
> "Tom" == Tom Rini writes: Tom> At some point the am335x evm hardware was updated to previosly Tom> used in all other designs layout, so remove the now incorrect Tom> code. Could we please just put it under a different symbol, E.G. CONFIG_OMAP3_SPI_SWAPPED? The board I'm working on uses

[U-Boot] [PATCH 1/3] omap3_spi: Undo CONFIG_AM33XX D0/D1 change

2012-10-16 Thread Tom Rini
At some point the am335x evm hardware was updated to previosly used in all other designs layout, so remove the now incorrect code. Signed-off-by: Tom Rini --- drivers/spi/omap3_spi.c | 10 -- 1 file changed, 10 deletions(-) diff --git a/drivers/spi/omap3_spi.c b/drivers/spi/omap3_spi.