mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
km/common: remove unused function declarations
Cc: Wolfgang Denk <wd@denx.de> Cc: Heiko Schocher <hs@denx.de> Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
This commit is contained in:
parent
66dc09c554
commit
c95487fcd2
1 changed files with 0 additions and 9 deletions
|
@ -137,15 +137,6 @@ 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,
|
||||
char *regname,
|
||||
void *var,
|
||||
int size);
|
||||
int fdt_get_node_and_value(void *blob,
|
||||
char *nodename,
|
||||
char *propname,
|
||||
void **var);
|
||||
|
||||
#define DELAY_ABORT_SEQ 62 /* @200kHz 9 clocks = 44us, 62us is ok */
|
||||
#define DELAY_HALF_PERIOD (500 / (CONFIG_SYS_I2C_SPEED / 1000))
|
||||
|
|
Loading…
Add table
Reference in a new issue