Re: [U-Boot] [PATCH 2/2] sf: stmicro: add support N25Q128 parts

2012-08-01 Thread Mike Frysinger
On Friday 13 July 2012 14:07:19 Stephan Linz wrote: Adds support for Numonyx's N25Q128 SPI flash. These devices are used on (among others) Avnet Spartan-6 LX9 micro-evaluation boards. Tested with sf commands and CONFIG_ENV_IS_IN_SPI_FLASH. needs to be rebased onto mainline. looks fine

Re: [U-Boot] [PATCH 2/2] sf: stmicro: add support N25Q128 parts

2012-08-01 Thread Stephan Linz
Am Mittwoch, den 01.08.2012, 13:53 -0400 schrieb Mike Frysinger: On Friday 13 July 2012 14:07:19 Stephan Linz wrote: Adds support for Numonyx's N25Q128 SPI flash. These devices are used on (among others) Avnet Spartan-6 LX9 micro-evaluation boards. Tested with sf commands and

[U-Boot] [PATCH 2/2] sf: stmicro: add support N25Q128 parts

2012-07-13 Thread Stephan Linz
Adds support for Numonyx's N25Q128 SPI flash. These devices are used on (among others) Avnet Spartan-6 LX9 micro-evaluation boards. Tested with sf commands and CONFIG_ENV_IS_IN_SPI_FLASH. Signed-off-by: Stephan Linz l...@li-pro.net --- drivers/mtd/spi/stmicro.c |7 +++ 1 files changed, 7