]> git.sur5r.net Git - u-boot/blobdiff - board/keymile/common/common.h
scripts/Makefile* Add SPDX-License-Identifier tag
[u-boot] / board / keymile / common / common.h
index 7e16d2570b56cfb6e976fd0cd944369e12384010..c74f569a61ab71d18f1e857f755f07f653b64c3b 100644 (file)
@@ -126,8 +126,7 @@ struct bfticu_iomap {
 #endif
 
 int ethernet_present(void);
-int ivm_read_eeprom(void);
-int ivm_simple_read_eeprom(unsigned char *buf, int len);
+int ivm_read_eeprom(unsigned char *buf, int len);
 int ivm_analyze_eeprom(unsigned char *buf, int len);
 
 int trigger_fpga_config(void);
@@ -135,6 +134,8 @@ int wait_for_fpga_config(void);
 int fpga_reset(void);
 int toggle_eeprom_spi_bus(void);
 
+int get_testpin(void);
+
 int set_km_env(void);
 int fdt_set_node_and_value(void *blob,
                        char *nodename,