projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66dc09c
)
km/common: remove unused function declarations
author
Holger Brunck
<
[email protected]
>
Mon, 10 Jul 2017 07:46:23 +0000
(09:46 +0200)
committer
Tom Rini
<
[email protected]
>
Mon, 10 Jul 2017 12:39:25 +0000
(08:39 -0400)
Cc: Wolfgang Denk <
[email protected]
>
Cc: Heiko Schocher <
[email protected]
>
Signed-off-by: Holger Brunck <
[email protected]
>
board/keymile/common/common.h
patch
|
blob
|
history
diff --git
a/board/keymile/common/common.h
b/board/keymile/common/common.h
index c74f569a61ab71d18f1e857f755f07f653b64c3b..81a0af0c3c9a0320254447894617412417435d39 100644
(file)
--- 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))