Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/fdt fdtbus depends on clk
details: https://anonhg.NetBSD.org/src/rev/b3f1a875b3cd
branches: trunk
changeset: 342466:b3f1a875b3cd
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Wed Dec 23 11:31:45 2015 +0000
description:
fdtbus depends on clk
diffstat:
sys/dev/fdt/files.fdt | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 4004fdcb6132 -r b3f1a875b3cd sys/dev/fdt/files.fdt
--- a/sys/dev/fdt/files.fdt Wed Dec 23 10:56:29 2015 +0000
+++ b/sys/dev/fdt/files.fdt Wed Dec 23 11:31:45 2015 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: files.fdt,v 1.5 2015/12/22 21:42:11 jmcneill Exp $
+# $NetBSD: files.fdt,v 1.6 2015/12/23 11:31:45 jmcneill Exp $
include "external/bsd/libfdt/conf/files.libfdt"
defflag opt_fdt.h FDT: libfdt, ofw_subr
-define fdtbus { }
+define fdtbus { } : clk
device fdt { }
attach fdt at fdtbus
Home |
Main Index |
Thread Index |
Old Index