xref: /openbmc/u-boot/arch/arc/include/asm/u-boot.h (revision e8f80a5a)
1*83d290c5STom Rini /* SPDX-License-Identifier: GPL-2.0+ */
2288aaacfSAlexey Brodkin /*
3288aaacfSAlexey Brodkin  * Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
4288aaacfSAlexey Brodkin  */
5288aaacfSAlexey Brodkin 
6288aaacfSAlexey Brodkin #ifndef __ASM_ARC_U_BOOT_H__
7288aaacfSAlexey Brodkin #define __ASM_ARC_U_BOOT_H__
8288aaacfSAlexey Brodkin 
9288aaacfSAlexey Brodkin #include <asm-generic/u-boot.h>
10d6d2d0b5SSimon Glass #include <asm/u-boot-arc.h>
11288aaacfSAlexey Brodkin 
12288aaacfSAlexey Brodkin /* For image.h:image_check_target_arch() */
13288aaacfSAlexey Brodkin #define IH_ARCH_DEFAULT IH_ARCH_ARC
14288aaacfSAlexey Brodkin 
15288aaacfSAlexey Brodkin #endif	/* __ASM_ARC_U_BOOT_H__ */
16