diff options
Diffstat (limited to 'board/toradex/common/tdx-common.h')
-rw-r--r-- | board/toradex/common/tdx-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/toradex/common/tdx-common.h b/board/toradex/common/tdx-common.h index 8020df5b443..c96e8754e9e 100644 --- a/board/toradex/common/tdx-common.h +++ b/board/toradex/common/tdx-common.h @@ -10,6 +10,7 @@ #define TDX_USB_VID 0x1B67 int ft_common_board_setup(void *blob, struct bd_info *bd); +u32 get_board_revision(void); #if defined(CONFIG_DM_VIDEO) int show_boot_logo(void); |