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 arm_platform requires gtmr and psci. Shoul...



details:   https://anonhg.NetBSD.org/src/rev/fb80baca807c
branches:  trunk
changeset: 466946:fb80baca807c
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Jan 07 08:22:23 2020 +0000

description:
arm_platform requires gtmr and psci.  Should fix build failures.

diffstat:

 sys/arch/arm/fdt/files.fdt |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 2b55c5f0d6c4 -r fb80baca807c sys/arch/arm/fdt/files.fdt
--- a/sys/arch/arm/fdt/files.fdt        Tue Jan 07 07:41:20 2020 +0000
+++ b/sys/arch/arm/fdt/files.fdt        Tue Jan 07 08:22:23 2020 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: files.fdt,v 1.30 2020/01/05 17:26:31 jmcneill Exp $
+# $NetBSD: files.fdt,v 1.31 2020/01/07 08:22:23 skrll Exp $
 
 include        "dev/pckbport/files.pckbport"
 
 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
+file   arch/arm/fdt/arm_platform.c             arm_fdt & gtmr_fdt & psci_fdt
 
 attach cpu at fdt with cpu_fdt
 file   arch/arm/fdt/cpu_fdt.c                  cpu_fdt



Home | Main Index | Thread Index | Old Index