mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
toradex: common: Add missing headers
Include linux/types.h and asm-generic/u-boot.h. Missing the two header files will cause building error after cleaning up usage of asm/global_data.h. Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
afbeb3a092
commit
49f60d60f7
@ -6,6 +6,8 @@
|
||||
#ifndef _TDX_CFG_BLOCK_H
|
||||
#define _TDX_CFG_BLOCK_H
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
#include "tdx-common.h"
|
||||
|
||||
struct toradex_hw {
|
||||
|
||||
@ -6,6 +6,8 @@
|
||||
#ifndef _TDX_COMMON_H
|
||||
#define _TDX_COMMON_H
|
||||
|
||||
#include <asm-generic/u-boot.h>
|
||||
|
||||
#define TORADEX_USB_PRODUCT_NUM_OFFSET 0x4000
|
||||
#define TDX_USB_VID 0x1B67
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user