blob: f050067143b7aa5da9b07cd5014bae65c0084b94 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
wdenkef3386f2004-10-10 21:27:30 +00002/*
3 * (C) Copyright 2004, Psyent Corporation <www.psyent.com>
4 * Scott McNutt <smcnutt@psyent.com>
5 *
Wolfgang Denkf3f45182005-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 ********************************************************************
wdenkef3386f2004-10-10 21:27:30 +000012 */
13
14#ifndef __ASM_NIOS2_U_BOOT_H_
15#define __ASM_NIOS2_U_BOOT_H_
16
Thomas Choucce3e752014-08-22 11:36:47 +080017#include <asm-generic/u-boot.h>
wdenkef3386f2004-10-10 21:27:30 +000018
Mike Frysinger5da0bed2011-10-03 14:50:33 +000019/* For image.h:image_check_target_arch() */
20#define IH_ARCH_DEFAULT IH_ARCH_NIOS2
wdenkef3386f2004-10-10 21:27:30 +000021
22#endif /* __ASM_NIOS2_U_BOOT_H_ */