Hi all,
can somebody explain me please ft2232_debug_dump_buffer() log I got,
based on following :
Debug: 698 6975 ft2232.c:1884 ft2232_execute_scan(): DRSCAN type:2
Debug: 699 6975 commands.c:189 jtag_build_buffer(): DRSCAN num_fields: 7
Debug: 700 6975 commands.c:211 jtag_build_buffer(): fields[0
Hector Oron scrisse:
> I have also been playing with this bug. Just one comment on the
> ep93xx.c
>
> > -static int ep93xx_register_commands(struct command_context
> > *cmd_ctx);
> >
> > - .register_commands = ep93xx_register_commands,
>
> Why not just use the right value in the struct,
>
Part of making the fileio API more robust.
Signed-off-by: Øyvind Harboe
---
src/flash/mflash.c | 14 ++
src/flash/nand/fileio.c |8 +++-
src/flash/nand/tcl.c|9 +++--
src/flash/nor/tcl.c | 22 ++
src/helper/fileio.c | 14