2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2004-10-10 21:27:30 +00:00
|
|
|
/*
|
|
|
|
* (C) Copyright 2004, Psyent Corporation <www.psyent.com>
|
|
|
|
* Scott McNutt <smcnutt@psyent.com>
|
|
|
|
*
|
2005-11-25 15:38:03 +00:00
|
|
|
********************************************************************
|
|
|
|
* NOTE: This header file defines an interface to U-Boot. Including
|
|
|
|
* this (unmodified) header file in another file is considered normal
|
|
|
|
* use of U-Boot, and does *not* fall under the heading of "derived
|
|
|
|
* work".
|
|
|
|
********************************************************************
|
2004-10-10 21:27:30 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __ASM_NIOS2_U_BOOT_H_
|
|
|
|
#define __ASM_NIOS2_U_BOOT_H_
|
|
|
|
|
2014-08-22 03:36:47 +00:00
|
|
|
#include <asm-generic/u-boot.h>
|
2004-10-10 21:27:30 +00:00
|
|
|
|
2011-10-03 14:50:33 +00:00
|
|
|
/* For image.h:image_check_target_arch() */
|
|
|
|
#define IH_ARCH_DEFAULT IH_ARCH_NIOS2
|
2004-10-10 21:27:30 +00:00
|
|
|
|
|
|
|
#endif /* __ASM_NIOS2_U_BOOT_H_ */
|