summaryrefslogtreecommitdiff
path: root/stand/libofw
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2020-02-03 17:34:57 +0000
committerWarner Losh <imp@FreeBSD.org>2020-02-03 17:34:57 +0000
commiteb24e1491f9900e922c78e53af588f22a3e9535f (patch)
treeff242e01f253449635772a4039b213bd110308b0 /stand/libofw
parentc68c82324fe3a323ce769f0c33f52416ead79b69 (diff)
downloadsrc-test-eb24e1491f9900e922c78e53af588f22a3e9535f.tar.gz
src-test-eb24e1491f9900e922c78e53af588f22a3e9535f.zip
Remove sparc64 support from the boot loader.
Remove all the sparc64 specific bits, both files and ifdefs.
Notes
Notes: svn path=/head/; revision=357454
Diffstat (limited to 'stand/libofw')
-rw-r--r--stand/libofw/libofw.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/stand/libofw/libofw.h b/stand/libofw/libofw.h
index 4a1e6a34bb2eb..a4bfc27699a4b 100644
--- a/stand/libofw/libofw.h
+++ b/stand/libofw/libofw.h
@@ -62,9 +62,7 @@ struct preloaded_file;
struct file_format;
/* MD code implementing MI interfaces */
-#if !defined(__sparc64__)
vm_offset_t md_load(char *args, vm_offset_t *modulep, vm_offset_t *dtb);
-#endif
vm_offset_t md_load64(char *args, vm_offset_t *modulep, vm_offset_t *dtb);
extern void reboot(void);