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:
Peng Fan 2026-02-09 09:30:11 +08:00 committed by Tom Rini
parent afbeb3a092
commit 49f60d60f7
2 changed files with 4 additions and 0 deletions

View File

@ -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 {

View File

@ -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