Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys Fix build failed with ofppc.
details: https://anonhg.NetBSD.org/src/rev/42cb11194245
branches: trunk
changeset: 789638:42cb11194245
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Thu Aug 29 09:46:04 2013 +0000
description:
Fix build failed with ofppc.
Move 'attach mvspi at mvsoc' to arch/arm/marvell/files.marvell.
diffstat:
sys/arch/arm/marvell/files.marvell | 5 ++++-
sys/dev/marvell/files.discovery | 3 +--
2 files changed, 5 insertions(+), 3 deletions(-)
diffs (31 lines):
diff -r 3e3fda191a40 -r 42cb11194245 sys/arch/arm/marvell/files.marvell
--- a/sys/arch/arm/marvell/files.marvell Thu Aug 29 01:05:29 2013 +0000
+++ b/sys/arch/arm/marvell/files.marvell Thu Aug 29 09:46:04 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.marvell,v 1.8 2013/05/29 22:35:34 rkujawa Exp $
+# $NetBSD: files.marvell,v 1.9 2013/08/29 09:46:04 kiyohara Exp $
#
# Configuration info for Marvell System on Chip support
#
@@ -80,3 +80,6 @@
device mvsocts: sysmon_envsys
attach mvsocts at mvsoc
file arch/arm/marvell/mvsocts.c mvsocts
+
+# SPI Serial Peripheral Interface
+attach mvspi at mvsoc with mvspi_mbus
diff -r 3e3fda191a40 -r 42cb11194245 sys/dev/marvell/files.discovery
--- a/sys/dev/marvell/files.discovery Thu Aug 29 01:05:29 2013 +0000
+++ b/sys/dev/marvell/files.discovery Thu Aug 29 09:46:04 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.discovery,v 1.20 2013/08/25 07:08:37 kiyohara Exp $
+# $NetBSD: files.discovery,v 1.21 2013/08/29 09:46:04 kiyohara Exp $
#
# Config file and device description for machine-independent support for
# the Marvell (formerly Galileo Technology) Discovery system controllers.
@@ -98,5 +98,4 @@
# SPI Serial Peripheral Interface
device mvspi: spibus
-attach mvspi at mvsoc with mvspi_mbus
file dev/marvell/mvspi.c mvspi
Home |
Main Index |
Thread Index |
Old Index