Files
openocd/src
Antonio Borneo c9e58238c3 NOR/CFI: fix order of arguments check
Syntax of "flash bank" command requires:
- chip_width as CMD_ARGV[3]
- bus_width  as CMD_ARGV[4]
Actual code swaps the arguments.
Bug has no run time impact since wrong variables
are only used to check value and both are checked
against same constraint.

Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
2010-04-15 19:19:46 +02:00
..
2010-04-10 22:25:22 +08:00
2010-04-10 17:06:16 +08:00
2010-03-15 08:37:43 -07:00
2010-04-10 17:23:06 +08:00
2010-04-10 17:23:06 +08:00
2010-04-10 22:04:03 +08:00