diff options
author | 2014-07-12 23:45:33 +0000 | |
---|---|---|
committer | 2014-07-12 23:45:33 +0000 | |
commit | c62f19a1f6e6c86666e6b8b54bf954104afe78df (patch) | |
tree | 58ed01b7717064250de0597a374c57bb3a7ff03d | |
parent | Polish the search form using feedback from beck@ and others, (diff) | |
download | wireguard-openbsd-c62f19a1f6e6c86666e6b8b54bf954104afe78df.tar.xz wireguard-openbsd-c62f19a1f6e6c86666e6b8b54bf954104afe78df.zip |
- remove CONSPEED from libsa.h
- remove unused define
-rw-r--r-- | sys/arch/octeon/stand/boot/Makefile | 4 | ||||
-rw-r--r-- | sys/arch/octeon/stand/boot/libsa.h | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/sys/arch/octeon/stand/boot/Makefile b/sys/arch/octeon/stand/boot/Makefile index c4fc6e0af66..4c5d0414dfa 100644 --- a/sys/arch/octeon/stand/boot/Makefile +++ b/sys/arch/octeon/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2013/06/05 01:02:29 jasper Exp $ +# $OpenBSD: Makefile,v 1.2 2014/07/12 23:45:33 jasper Exp $ NOMAN= #MAN= boot.8 @@ -11,7 +11,7 @@ PROG= boot NOPROG= .endif -CFLAGS+=-fno-pie +CFLAGS+=-fno-pie -DCONSPEED=15200 AFLAGS+=-fno-pie LDFLAGS+=-nopie diff --git a/sys/arch/octeon/stand/boot/libsa.h b/sys/arch/octeon/stand/boot/libsa.h index 28b282cc7a1..1d50caad8ff 100644 --- a/sys/arch/octeon/stand/boot/libsa.h +++ b/sys/arch/octeon/stand/boot/libsa.h @@ -1,4 +1,4 @@ -/* $OpenBSD: libsa.h,v 1.2 2014/07/12 20:36:52 jasper Exp $ */ +/* $OpenBSD: libsa.h,v 1.3 2014/07/12 23:45:33 jasper Exp $ */ /* * Copyright (c) 2013 Jasper Lievisse Adriaanse <jasper@openbsd.org> @@ -19,8 +19,6 @@ #include <lib/libsa/stand.h> #define DEFAULT_KERNEL_ADDRESS 0 -#define INITRD_BASE PHYS_TO_CKSEG0(0x04000000) -#define CONSPEED 115200 extern char *kernelfile; |