]> Git Repo - J-u-boot.git/blob - arch/sparc/include/asm/u-boot.h
Use correct spelling of "U-Boot"
[J-u-boot.git] / arch / sparc / include / asm / u-boot.h
1 /*
2  * (C) Copyright 2000 - 2002
3  * Wolfgang Denk, DENX Software Engineering, [email protected].
4  *
5  * (C) Copyright 2007, 2015
6  * Daniel Hellstrom, Cobham Gaisler, [email protected].
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
This page took 0.024379 seconds and 4 git commands to generate.