Skip to content

Commit d3db30c

Browse files
committed
Name error on 7I90HD in SPI mode, Bump revision.
1 parent 72ad449 commit d3db30c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mesaflash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#endif
3333

3434
#ifndef VERSION
35-
#define VERSION "3.5.14"
35+
#define VERSION "3.5.15"
3636
#endif
3737

3838
static int device_flag;

spi_boards.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ void spi_boards_scan(board_access_t *access) {
257257
board_t *board = &boards[boards_count];
258258
board->type = BOARD_SPI;
259259
strcpy(board->dev_addr, access->dev_addr);
260-
strcpy(board->llio.board_name, "7I90");
260+
strcpy(board->llio.board_name, "7I90HD");
261261
board->llio.num_ioport_connectors = 3;
262262
board->llio.pins_per_connector = 24;
263263
board->llio.ioport_connector_name[0] = "P1";

0 commit comments

Comments
 (0)