Module Name:    src
Committed By:   tnn
Date:           Tue Aug 13 17:21:01 UTC 2019

Modified Files:
        src/sys/arch/evbarm/conf: GENERIC64

Log Message:
include the spiflash driver in the stock 64-bit kernel

As it can be attached via fdt now. For Rockpro64.


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/sys/arch/evbarm/conf/GENERIC64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/GENERIC64
diff -u src/sys/arch/evbarm/conf/GENERIC64:1.104 src/sys/arch/evbarm/conf/GENERIC64:1.105
--- src/sys/arch/evbarm/conf/GENERIC64:1.104	Mon Aug  5 15:30:37 2019
+++ src/sys/arch/evbarm/conf/GENERIC64	Tue Aug 13 17:21:01 2019
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC64,v 1.104 2019/08/05 15:30:37 tnn Exp $
+#	$NetBSD: GENERIC64,v 1.105 2019/08/13 17:21:01 tnn Exp $
 #
 #	GENERIC ARM (aarch64) kernel
 #
@@ -401,6 +401,8 @@ ld*		at nvme? nsid ?
 bcmspi*		at fdt?			# Broadcom BCM283x SPI
 rkspi*		at fdt?			# Rockchip SPI
 spi*		at spibus?
+m25p*		at spi?
+spiflash*	at spiflashbus?
 
 # Audio support
 hdaudio*	at fdt?			# Intel HDA

Reply via email to