summaryrefslogtreecommitdiff
path: root/board/freescale/t102xrdb/t102xrdb.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-05-05 18:57:23 (GMT)
committerTom Rini <trini@konsulko.com>2015-05-05 18:57:23 (GMT)
commitd81572c272d4b0980fb9b8a02e1357090b002398 (patch)
tree4b2f774d628ab51944f0ba1ff83c15ef6b082a0f /board/freescale/t102xrdb/t102xrdb.h
parent1131d4e22cf8f13d0dabaad7f1b84d9baffdfbd6 (diff)
parent8b0044ff5942943eaa49935f49d5006b346a60f8 (diff)
downloadu-boot-d81572c272d4b0980fb9b8a02e1357090b002398.tar.xz
Merge git://git.denx.de/u-boot-mpc85xx
Diffstat (limited to 'board/freescale/t102xrdb/t102xrdb.h')
-rw-r--r--board/freescale/t102xrdb/t102xrdb.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/board/freescale/t102xrdb/t102xrdb.h b/board/freescale/t102xrdb/t102xrdb.h
index 2f23579..3f5d85a 100644
--- a/board/freescale/t102xrdb/t102xrdb.h
+++ b/board/freescale/t102xrdb/t102xrdb.h
@@ -9,5 +9,7 @@
void fdt_fixup_board_enet(void *blob);
void pci_of_setup(void *blob, bd_t *bd);
-
+#ifdef CONFIG_T1023RDB
+static u32 t1023rdb_gpio_ctrl(u32 ctrl_type);
+#endif
#endif