blob: 7b6e905f2acb0d5367d4aaa6998aa570fd14c29f [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Macpaul Lin0b9b59a2011-10-11 22:33:15 +00002/*
3 * (C) Copyright 2002
4 * Sysgo Real-Time Solutions, GmbH <www.elinos.com>
5 * Marius Groeger <mgroeger@sysgo.de>
6 *
7 * Copyright (C) 2011 Andes Technology Corporation
8 * Copyright (C) 2010 Shawn Lin (nobuhiro@andestech.com)
9 * Copyright (C) 2011 Macpaul Lin (macpaul@andestech.com)
10 *
Macpaul Lin0b9b59a2011-10-11 22:33:15 +000011 ********************************************************************
12 * NOTE: This header file defines an interface to U-Boot. Including
13 * this (unmodified) header file in another file is considered normal
14 * use of U-Boot, and does *not* fall under the heading of "derived
15 * work".
16 ********************************************************************
17 */
18
19#ifndef _U_BOOT_H_
20#define _U_BOOT_H_ 1
21
Simon Glass6570d732020-05-10 14:16:25 -060022/* Use the generic board which requires a unified bd_info */
23#include <asm-generic/u-boot.h>
Simon Glass94dd9392017-05-17 08:22:52 -060024#include <asm/u-boot-nds32.h>
25
Macpaul Lin0b9b59a2011-10-11 22:33:15 +000026/* For image.h:image_check_target_arch() */
27#define IH_ARCH_DEFAULT IH_ARCH_NDS32
28
29#endif /* _U_BOOT_H_ */