]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/x86/include/asm/u-boot.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[thirdparty/u-boot.git] / arch / x86 / include / asm / u-boot.h
CommitLineData
2262cfee
WD
1/*
2 * (C) Copyright 2002
3 * Sysgo Real-Time Solutions, GmbH <www.elinos.com>
4 * Marius Groeger <mgroeger@sysgo.de>
8bde7f77 5 *
2262cfee
WD
6 * (C) Copyright 2002
7 * Sysgo Real-Time Solutions, GmbH <www.elinos.com>
8 * Alex Zuepke <azu@sysgo.de>
9 *
1a459660 10 * SPDX-License-Identifier: GPL-2.0+
f08abe31
WD
11 *
12 ********************************************************************
13 * NOTE: This header file defines an interface to U-Boot. Including
14 * this (unmodified) header file in another file is considered normal
15 * use of U-Boot, and does *not* fall under the heading of "derived
16 * work".
17 ********************************************************************
2262cfee
WD
18 */
19
20#ifndef _U_BOOT_H_
21#define _U_BOOT_H_ 1
22
e424c15c
SG
23/* Use the generic board which requires a unified bd_info */
24#include <asm-generic/u-boot.h>
e424c15c 25
476af299
MF
26/* For image.h:image_check_target_arch() */
27#define IH_ARCH_DEFAULT IH_ARCH_I386
28
2262cfee 29#endif /* _U_BOOT_H_ */