Re: [U-Boot-Users] cp.b not working

2008-05-27 Thread Shinose
On Wed, May 28, 2008 at 10:24 AM, Shinose <[EMAIL PROTECTED]> wrote: > Hi, > > I am working on Nios2 custom board with intel CFI j3 flash and my data bus > is only 16 bit wide. The cfi driver I have modified with asm/io calls in > order to by pass the cache. But now cp.w is working and not the cp.

[U-Boot-Users] cp.b not working

2008-05-27 Thread Shinose
Hi, I am working on Nios2 custom board with intel CFI j3 flash and my data bus is only 16 bit wide. The cfi driver I have modified with asm/io calls in order to by pass the cache. But now cp.w is working and not the cp.b and cp.l . What could be the possible reason as the saveenv (writebuf) is als