]> git.ipfire.org Git - people/ms/u-boot.git/commit
cfi_flash: Read whole QRY structure in one go
authorHaavard Skinnemoen <hskinnemoen@atmel.com>
Fri, 14 Dec 2007 14:36:16 +0000 (15:36 +0100)
committerStefan Roese <sr@denx.de>
Mon, 17 Dec 2007 14:48:25 +0000 (15:48 +0100)
commite23741f4a6d8047520ef0d4971762749b3587d32
tree0b3a75714703dd8d1fc567dcb31f0b6915a17248
parent12d30aa79779c2aa7a998bbae4c075f822a53004
cfi_flash: Read whole QRY structure in one go

Read out the whole CFI Standard Query structure after successful cfi
identification. This allows subsequent code to access this information
directly without having to go through flash_read_uchar() and friends.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
drivers/mtd/cfi_flash.c