summaryrefslogtreecommitdiff
path: root/board/freescale/lx2160a/lx2160a.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/lx2160a/lx2160a.h')
-rw-r--r--board/freescale/lx2160a/lx2160a.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/freescale/lx2160a/lx2160a.h b/board/freescale/lx2160a/lx2160a.h
index 52b020765d..61a8bb9590 100644
--- a/board/freescale/lx2160a/lx2160a.h
+++ b/board/freescale/lx2160a/lx2160a.h
@@ -58,4 +58,19 @@
#endif
#endif
+#if IS_ENABLED(CONFIG_TARGET_LX2160ARDB)
+u8 get_board_rev(void);
+int fdt_fixup_board_phy_revc(void *fdt);
+#else
+static inline u8 get_board_rev(void)
+{
+ return 0;
+}
+
+static inline int fdt_fixup_board_phy_revc(void *fdt)
+{
+ return 0;
+}
+#endif
+
#endif /* __LX2160_H */