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