]> git.sur5r.net Git - u-boot/blobdiff - board/gateworks/gw_ventana/eeprom.c
Merge branch 'master' of git://git.denx.de/u-boot-spi
[u-boot] / board / gateworks / gw_ventana / eeprom.c
index 3edc9151d99a7b4f8e823ad2fc7f1454314de4af..ab3bab847a52d4c92094db7e7d6beb8daf8cc9f9 100644 (file)
@@ -80,6 +80,9 @@ read_eeprom(int bus, struct ventana_board_info *info)
        case '4':
                type = GW54xx;
                break;
+       case '5':
+               type = GW552x;
+               break;
        default:
                printf("EEPROM: Unknown model in EEPROM: %s\n", info->model);
                type = GW_UNKNOWN;