]> Git Repo - J-u-boot.git/blame - arch/arm/include/asm/u-boot.h
gpio: do not include <asm/arch/gpio.h> on ARCH_QEMU
[J-u-boot.git] / arch / arm / include / asm / u-boot.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
c609719b
WD
2/*
3 * (C) Copyright 2002
4 * Sysgo Real-Time Solutions, GmbH <www.elinos.com>
5 * Marius Groeger <[email protected]>
6 *
7 * (C) Copyright 2002
8 * Sysgo Real-Time Solutions, GmbH <www.elinos.com>
9 * Alex Zuepke <[email protected]>
10 *
f08abe31
WD
11 ********************************************************************
12 * NOTE: This header file defines an interface to U-Boot. Including
13 * this (unmodified) header file in another file is considered normal
14 * use of U-Boot, and does *not* fall under the heading of "derived
15 * work".
16 ********************************************************************
c609719b
WD
17 */
18
19#ifndef _U_BOOT_H_
20#define _U_BOOT_H_ 1
21
959daa21
SG
22/* Use the generic board which requires a unified bd_info */
23#include <asm-generic/u-boot.h>
ac6a6bd6 24#include <asm/u-boot-arm.h>
c609719b 25
476af299 26/* For image.h:image_check_target_arch() */
0ae76531 27#ifndef CONFIG_ARM64
476af299 28#define IH_ARCH_DEFAULT IH_ARCH_ARM
0ae76531
DF
29#else
30#define IH_ARCH_DEFAULT IH_ARCH_ARM64
31#endif
476af299 32
c609719b 33#endif /* _U_BOOT_H_ */
This page took 0.81024 seconds and 4 git commands to generate.