Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbppc/conf Fix copy-paste; These boards are 405, n...
details: https://anonhg.NetBSD.org/src/rev/5da1447a1090
branches: trunk
changeset: 960800:5da1447a1090
user: rin <rin%NetBSD.org@localhost>
date: Mon Mar 29 13:12:38 2021 +0000
description:
Fix copy-paste; These boards are 405, not 403.
diffstat:
sys/arch/evbppc/conf/Makefile.virtex.inc | 6 +++---
sys/arch/evbppc/conf/Makefile.walnut.inc | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (29 lines):
diff -r 80cfb0221775 -r 5da1447a1090 sys/arch/evbppc/conf/Makefile.virtex.inc
--- a/sys/arch/evbppc/conf/Makefile.virtex.inc Mon Mar 29 05:22:49 2021 +0000
+++ b/sys/arch/evbppc/conf/Makefile.virtex.inc Mon Mar 29 13:12:38 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.virtex.inc,v 1.1 2006/12/02 22:18:47 freza Exp $
+# $NetBSD: Makefile.virtex.inc,v 1.2 2021/03/29 13:12:38 rin Exp $
-CFLAGS+=-mcpu=403
-AFLAGS+=-mcpu=403
+CFLAGS+=-mcpu=405
+AFLAGS+=-mcpu=405
.ifndef TEXTADDR
BEGIN:
diff -r 80cfb0221775 -r 5da1447a1090 sys/arch/evbppc/conf/Makefile.walnut.inc
--- a/sys/arch/evbppc/conf/Makefile.walnut.inc Mon Mar 29 05:22:49 2021 +0000
+++ b/sys/arch/evbppc/conf/Makefile.walnut.inc Mon Mar 29 13:12:38 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.walnut.inc,v 1.9 2016/07/28 22:46:48 maya Exp $
+# $NetBSD: Makefile.walnut.inc,v 1.10 2021/03/29 13:12:38 rin Exp $
MKIMG?= ${HOST_SH} ${THISPPC}/compile/walnut-mkimg.sh
-CFLAGS+=-mcpu=403
-AFLAGS+=-mcpu=403
+CFLAGS+=-mcpu=405
+AFLAGS+=-mcpu=405
TEXTADDR?= 25000
SYSTEM_FIRST_OBJ= walnut_start.o
Home |
Main Index |
Thread Index |
Old Index