Re: [U-Boot] [PATCH v2 2/2] altera_qspi: fix erase and write error code

2015-12-05 Thread Thomas Chou
On 2015年12月01日 17:07, Thomas Chou wrote: Fix erase and write error code, which should be "protected". From the "Embedded Peripherals IP User Guide" of Altera, The "Illegal write" flag indicates that a write instruction is targeting a protected sector on the flash memory. This bit is set to

Re: [U-Boot] [PATCH v2 2/2] altera_qspi: fix erase and write error code

2015-12-01 Thread Marek Vasut
On Tuesday, December 01, 2015 at 10:07:56 AM, Thomas Chou wrote: > Fix erase and write error code, which should be "protected". > > From the "Embedded Peripherals IP User Guide" of Altera, > > The "Illegal write" flag indicates that a write instruction is > targeting a protected sector on the fla

[U-Boot] [PATCH v2 2/2] altera_qspi: fix erase and write error code

2015-12-01 Thread Thomas Chou
Fix erase and write error code, which should be "protected". >From the "Embedded Peripherals IP User Guide" of Altera, The "Illegal write" flag indicates that a write instruction is targeting a protected sector on the flash memory. This bit is set to indicate that the IP has cancelled a write ins