blob: d1eb1ab7cb162f2ce265996bc3d8e4167f4c0fc6 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Nobuhiro Iwamatsu0b135cf2007-05-13 20:58:00 +09002/*
Nobuhiro Iwamatsu0b135cf2007-05-13 20:58:00 +09003 ********************************************************************
4 * NOTE: This header file defines an interface to U-Boot. Including
5 * this (unmodified) header file in another file is considered normal
6 * use of U-Boot, and does *not* fall under the heading of "derived
7 * work".
8 ********************************************************************
9 */
10
11#ifndef __ASM_SH_U_BOOT_H_
12#define __ASM_SH_U_BOOT_H_
13
Simon Glassf41e6082016-05-14 18:49:29 -060014/* Use the generic board which requires a unified bd_info */
15#include <asm-generic/u-boot.h>
Nobuhiro Iwamatsu0b135cf2007-05-13 20:58:00 +090016
Mike Frysinger476af292011-10-03 14:50:33 +000017/* For image.h:image_check_target_arch() */
18#define IH_ARCH_DEFAULT IH_ARCH_SH
19
Nobuhiro Iwamatsu0b135cf2007-05-13 20:58:00 +090020#endif