Re: [U-Boot] [PATCH v2] fix CFI flash driver for 8-bit bus support

2012-02-13 Thread Luka Perkov
Hi Wolfgang, thank you for your pointers. Like I have said I'm not the one that submited v1 and in v2 I only changed what was pointed after v1. On Mon, Feb 13, 2012 at 11:32:30AM +0100, Wolfgang Denk wrote: > > - udelay(1); > > This is an unrelated change. It has no place in t

Re: [U-Boot] [PATCH v2] fix CFI flash driver for 8-bit bus support

2012-02-13 Thread Wolfgang Denk
Dear Luka Perkov, In message <20120213013045.ga25...@w500.lan> you wrote: > I'm not the author of version v1 of this patch but I need it to add > support for a new board. You can see patch v1 discussion here: > > http://lists.denx.de/pipermail/u-boot/2011-April/089606.html > > Changes from v1: >