]> git.sur5r.net Git - u-boot/commit
cfi_flash: return device into read array mode after reading status
authorVasily Khoruzhick <anarsoul@gmail.com>
Mon, 21 Mar 2016 01:37:10 +0000 (18:37 -0700)
committerTom Rini <trini@konsulko.com>
Sun, 27 Mar 2016 13:13:02 +0000 (09:13 -0400)
commitedc498c651d97e4b2cbd9a83a93a7f815a93e272
tree7dcf7a6b03ef215b158e231d03790df2980b6b46
parentf9e8a98f16793ae77998b8a81c306ef9190fc1a7
cfi_flash: return device into read array mode after reading status

Otherwise flash remains in read status mode and it's not possible
to access data on flash.

Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Acked-by: Stefan Roese <sr@denx.de>
drivers/mtd/cfi_flash.c