|
|
@ -23,7 +23,7 @@ static struct cmd flash_cmds[] = { |
|
|
|
{ NULL, NULL }, |
|
|
|
{ NULL, NULL }, |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
static struct flash_dev *flash = NULL; |
|
|
|
struct flash_dev *flash = NULL; |
|
|
|
|
|
|
|
|
|
|
|
/* TODO: implement a parser for hex arrays that is more user-friendly.
|
|
|
|
/* TODO: implement a parser for hex arrays that is more user-friendly.
|
|
|
|
* Also implement dry runs for programmers. */ |
|
|
|
* Also implement dry runs for programmers. */ |
|
|
|