diff options
author | Holger Brunck <holger.brunck@keymile.com> | 2011-06-05 22:22:18 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-07-27 23:44:20 +0200 |
commit | 4f745bf4c8d8fa44ce640e551be974808a529889 (patch) | |
tree | f86c9799bf9dc135de034e2af4bc2133ae6afa3a /board/keymile/common/common.h | |
parent | ba8be32a8f653b117a3623c4c45b010a34fdf54d (diff) | |
download | u-boot-imx-4f745bf4c8d8fa44ce640e551be974808a529889.zip u-boot-imx-4f745bf4c8d8fa44ce640e551be974808a529889.tar.gz u-boot-imx-4f745bf4c8d8fa44ce640e551be974808a529889.tar.bz2 |
km/common: move ivm functions from to ivm.c
The file common.c grows in the past. So move the IVM specific
code into an ivm.c file.
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
cc: Heiko Schocher <hs@denx.de>
cc: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/keymile/common/common.h')
-rw-r--r-- | board/keymile/common/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/keymile/common/common.h b/board/keymile/common/common.h index cee24d4..edf6e3a 100644 --- a/board/keymile/common/common.h +++ b/board/keymile/common/common.h @@ -138,4 +138,5 @@ int fdt_get_node_and_value(void *blob, void **var); int i2c_soft_read_pin(void); +int i2c_make_abort(void); #endif /* __KEYMILE_COMMON_H */ |