]> Git Repo - J-u-boot.git/blame - board/toradex/common/tdx-common.h
toradex: Remove not necessary model prints from checkboard()
[J-u-boot.git] / board / toradex / common / tdx-common.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
a2777ecb
MZ
2/*
3 * Copyright (c) 2016 Toradex, Inc.
a2777ecb
MZ
4 */
5
6#ifndef _TDX_COMMON_H
7#define _TDX_COMMON_H
8
9#define TORADEX_USB_PRODUCT_NUM_OFFSET 0x4000
10#define TDX_USB_VID 0x1B67
11
b75d8dc5 12int ft_common_board_setup(void *blob, struct bd_info *bd);
9774462e 13u32 get_board_revision(void);
37fa4125 14
a2777ecb 15#endif /* _TDX_COMMON_H */
This page took 0.21987 seconds and 4 git commands to generate.