3 * Sysgo Real-Time Solutions, GmbH <www.elinos.com>
4 * Marius Groeger <mgroeger@sysgo.de>
7 * Sysgo Real-Time Solutions, GmbH <www.elinos.com>
8 * Alex Zuepke <azu@sysgo.de>
10 * SPDX-License-Identifier: GPL-2.0+
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
17 ********************************************************************
23 /* Use the generic board which requires a unified bd_info */
24 #include <asm-generic/u-boot.h>
26 /* For image.h:image_check_target_arch() */
27 #define IH_ARCH_DEFAULT IH_ARCH_I386
29 #endif /* _U_BOOT_H_ */