]> git.sur5r.net Git - u-boot/blobdiff - board/gateworks/gw_ventana/ventana_eeprom.h
imx: ventana: set dynamic env var for flash layout
[u-boot] / board / gateworks / gw_ventana / ventana_eeprom.h
index 434b604542045537b85bfc2d5e66f2702ea4f967..5b065bea4eefc545331e3748b04d98b7eb705324 100644 (file)
@@ -103,4 +103,15 @@ enum {
        EECONFIG_RES15,
 };
 
+enum {
+       GW54proto, /* original GW5400-A prototype */
+       GW51xx,
+       GW52xx,
+       GW53xx,
+       GW54xx,
+       GW_UNKNOWN,
+};
+
+int read_eeprom(int bus, struct ventana_board_info *);
+
 #endif