blob: f050067143b7aa5da9b07cd5014bae65c0084b94 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
wdenk5c952cf2004-10-10 21:27:30 +00002/*
3 * (C) Copyright 2004, Psyent Corporation <www.psyent.com>
4 * Scott McNutt <smcnutt@psyent.com>
5 *
Wolfgang Denkf08abe32005-11-25 16:38:03 +01006 ********************************************************************
7 * NOTE: This header file defines an interface to U-Boot. Including
8 * this (unmodified) header file in another file is considered normal
9 * use of U-Boot, and does *not* fall under the heading of "derived
10 * work".
11 ********************************************************************
wdenk5c952cf2004-10-10 21:27:30 +000012 */
13
14#ifndef __ASM_NIOS2_U_BOOT_H_
15#define __ASM_NIOS2_U_BOOT_H_
16
Thomas Chou5ff10aa2014-08-22 11:36:47 +080017#include <asm-generic/u-boot.h>
wdenk5c952cf2004-10-10 21:27:30 +000018
Mike Frysinger476af292011-10-03 14:50:33 +000019/* For image.h:image_check_target_arch() */
20#define IH_ARCH_DEFAULT IH_ARCH_NIOS2
wdenk5c952cf2004-10-10 21:27:30 +000021
22#endif /* __ASM_NIOS2_U_BOOT_H_ */