]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cfi_flash: support of long cmd in U-boot.
authorVasiliy Leoenenko <vasiliy.leonenko@mail.ru>
Wed, 7 May 2008 17:24:44 +0000 (21:24 +0400)
committerStefan Roese <sr@denx.de>
Tue, 3 Jun 2008 19:01:55 +0000 (21:01 +0200)
commit93c56f212ccdadc182018f0769cb284426b88f1d
treeb04fcf0a91ff3d5fc2bdb47b0fc082af97855fa4
parent1f1554841a4c8e069d331176f0c3059fb2bb8280
cfi_flash: support of long cmd in U-boot.

Some NOR flash chips needs support of commands with length grether than max
value size of uchar. For example all M18 family chips use 0x1ff command in
buffered write mode as value of program loops count.

Signed-off-by: Alexey Korolev <akorolev@infradead.org>
Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
drivers/mtd/cfi_flash.c