Nobuhiro Iwamatsu | 0b135cf | 2007-05-13 20:58:00 +0900 | [diff] [blame] | 1 | /* |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 2 | * SPDX-License-Identifier: GPL-2.0+ |
Nobuhiro Iwamatsu | 0b135cf | 2007-05-13 20:58:00 +0900 | [diff] [blame] | 3 | * |
| 4 | ******************************************************************** |
| 5 | * NOTE: This header file defines an interface to U-Boot. Including |
| 6 | * this (unmodified) header file in another file is considered normal |
| 7 | * use of U-Boot, and does *not* fall under the heading of "derived |
| 8 | * work". |
| 9 | ******************************************************************** |
| 10 | */ |
| 11 | |
| 12 | #ifndef __ASM_SH_U_BOOT_H_ |
| 13 | #define __ASM_SH_U_BOOT_H_ |
| 14 | |
Simon Glass | f41e608 | 2016-05-14 18:49:29 -0600 | [diff] [blame] | 15 | /* Use the generic board which requires a unified bd_info */ |
| 16 | #include <asm-generic/u-boot.h> |
Nobuhiro Iwamatsu | 0b135cf | 2007-05-13 20:58:00 +0900 | [diff] [blame] | 17 | |
Mike Frysinger | 476af29 | 2011-10-03 14:50:33 +0000 | [diff] [blame] | 18 | /* For image.h:image_check_target_arch() */ |
| 19 | #define IH_ARCH_DEFAULT IH_ARCH_SH |
| 20 | |
Nobuhiro Iwamatsu | 0b135cf | 2007-05-13 20:58:00 +0900 | [diff] [blame] | 21 | #endif |