Re: [U-Boot] [PATCH CFI]: Fix printing & reading of 16-bit CFI device identifiers

2010-08-12 Thread Stefan Roese
On Tuesday 10 August 2010 16:54:52 Philippe De Muyter wrote: > Fix reading and printing of CFI flashes 16-bit devices identifiers > > Nowadays CFI flashes have a 16-bit device identifier. U-boot still > print them and read them as if they were only 8-bit wide. Fix that. > Before: > Intel Exten

[U-Boot] [PATCH CFI]: Fix printing & reading of 16-bit CFI device identifiers

2010-08-10 Thread Philippe De Muyter
Fix reading and printing of CFI flashes 16-bit devices identifiers Nowadays CFI flashes have a 16-bit device identifier. U-boot still print them and read them as if they were only 8-bit wide. Fix that. Before: Intel Extended command set, Manufacturer ID: 0x89, Device ID: 0x1B After: Intel Ex