Blackfin: Remove
[oweals/u-boot.git] / arch / sparc / include / asm / u-boot.h
1 /*
2  * (C) Copyright 2000 - 2002
3  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4  *
5  * (C) Copyright 2007, 2015
6  * Daniel Hellstrom, Cobham Gaisler, daniel@gaisler.com.
7  *
8  * SPDX-License-Identifier:     GPL-2.0+
9  */
10
11 #ifndef __U_BOOT_H__
12 #define __U_BOOT_H__
13
14 /* Currently, this board information is not passed to
15  * Linux kernel from U-Boot, but may be passed to other
16  * Operating systems. This is because U-Boot emulates
17  * a SUN PROM loader (from Linux point of view).
18  */
19 #include <asm-generic/u-boot.h>
20
21 /* For image.h:image_check_target_arch() */
22 #define IH_ARCH_DEFAULT IH_ARCH_SPARC
23
24 #endif