summaryrefslogtreecommitdiff
path: root/arch/sparc/include/asm/config.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-03-14 15:08:11 (GMT)
committerTom Rini <trini@konsulko.com>2017-04-05 17:52:20 (GMT)
commit936478e797a87bcd4e002bf70430b6f58584b155 (patch)
treefa37ca333a77dd69d8ef8978d4f8ca59356d533c /arch/sparc/include/asm/config.h
parentea3310e8aafad1da72d9a5e60568d725cbdefdbd (diff)
downloadu-boot-936478e797a87bcd4e002bf70430b6f58584b155.tar.xz
SPARC: Remove
The SPARC architecture is currently unmaintained, remove. Cc: Francois Retief <fgretief@spaceteq.co.za> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/sparc/include/asm/config.h')
-rw-r--r--arch/sparc/include/asm/config.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/arch/sparc/include/asm/config.h b/arch/sparc/include/asm/config.h
deleted file mode 100644
index 455fbc1..0000000
--- a/arch/sparc/include/asm/config.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * Copyright 2015,
- * Daniel Hellstrom, Cobham Gaisler, daniel@gaisler.com.
- *
- * SPDX-License-Identifier: GPL-2.0+
- */
-
-#ifndef _ASM_CONFIG_H_
-#define _ASM_CONFIG_H_
-
-#define CONFIG_SYS_GENERIC_GLOBAL_DATA
-#define CONFIG_NEEDS_MANUAL_RELOC
-
-#define CONFIG_LMB
-#define CONFIG_SYS_BOOT_RAMDISK_HIGH
-
-#define CONFIG_SYS_TIMER_RATE 1000000 /* 1MHz */
-#define CONFIG_SYS_TIMER_COUNTER gd->arch.timer
-#define CONFIG_SYS_TIMER_COUNTS_DOWN
-
-#endif