Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/fdt armfdt does not need its own interface attr...
details: https://anonhg.NetBSD.org/src/rev/b0750117d511
branches: trunk
changeset: 378857:b0750117d511
user: thorpej <thorpej%NetBSD.org@localhost>
date: Mon Apr 26 14:44:16 2021 +0000
description:
armfdt does not need its own interface attribute; all of its children
attach to the "fdt" interface attribute.
diffstat:
sys/arch/arm/fdt/files.fdt | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r 8afeae3efe20 -r b0750117d511 sys/arch/arm/fdt/files.fdt
--- a/sys/arch/arm/fdt/files.fdt Mon Apr 26 14:08:11 2021 +0000
+++ b/sys/arch/arm/fdt/files.fdt Mon Apr 26 14:44:16 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: files.fdt,v 1.32 2020/10/10 15:25:31 jmcneill Exp $
+# $NetBSD: files.fdt,v 1.33 2021/04/26 14:44:16 thorpej Exp $
include "dev/pckbport/files.pckbport"
-device armfdt { }: bus_space_generic, fdt
+device armfdt: bus_space_generic, fdt
attach armfdt at root with arm_fdt
file arch/arm/fdt/arm_fdt.c arm_fdt
file arch/arm/fdt/arm_platform.c arm_fdt & gtmr_fdt & psci_fdt
Home |
Main Index |
Thread Index |
Old Index