Subject: flash fill[bwh] should use bulk i/o
commit013b05f7f813f0d0c15a6bb20068e9423a28bd0d
authorDavid Brownell <dbrownell@users.sourceforge.net>
Fri, 18 Dec 2009 18:09:35 +0000 (18 10:09 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Fri, 18 Dec 2009 18:09:35 +0000 (18 10:09 -0800)
tree3fc7e3029dedde466c630b915dd920b840ecde82
parent7641934197abbd851127afcb0b7cebc30242f717
Subject: flash fill[bwh] should use bulk i/o

It's currently allocating a big buffer but writing it out in
units of sizeof(host's pointer) ... sub-optimal.

Plus fix a couple minor coding style goofs.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/flash/nor/tcl.c