diff options
author | Holger Brunck <holger.brunck@keymile.com> | 2017-07-10 09:46:23 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-07-10 08:39:25 -0400 |
commit | c95487fcd2b872a39d63458523e3e5be43d1dca3 (patch) | |
tree | d518a4ce618740cc25c0ff2f8790a49f6de516d2 /board | |
parent | 66dc09c5540be61345ae6bcd797149065baf5340 (diff) | |
download | u-boot-c95487fcd2b872a39d63458523e3e5be43d1dca3.zip u-boot-c95487fcd2b872a39d63458523e3e5be43d1dca3.tar.gz u-boot-c95487fcd2b872a39d63458523e3e5be43d1dca3.tar.bz2 |
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>
Diffstat (limited to 'board')
-rw-r--r-- | board/keymile/common/common.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/board/keymile/common/common.h b/board/keymile/common/common.h index c74f569..81a0af0 100644 --- a/board/keymile/common/common.h +++ b/board/keymile/common/common.h @@ -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)) |