]> Git Repo - J-u-boot.git/blame - board/toradex/common/tdx-common.h
arm: mach-omap2: cache: Explicitly enable I cache
[J-u-boot.git] / board / toradex / common / tdx-common.h
CommitLineData
a2777ecb
MZ
1/*
2 * Copyright (c) 2016 Toradex, Inc.
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#ifndef _TDX_COMMON_H
8#define _TDX_COMMON_H
9
10#define TORADEX_USB_PRODUCT_NUM_OFFSET 0x4000
11#define TDX_USB_VID 0x1B67
12
37fa4125
SA
13int ft_common_board_setup(void *blob, bd_t *bd);
14
a2777ecb 15#endif /* _TDX_COMMON_H */
This page took 0.124644 seconds and 4 git commands to generate.