diff options
Diffstat (limited to 'sys/arch/armv7/conf')
-rw-r--r-- | sys/arch/armv7/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/armv7/conf/RAMDISK | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC index 01612fe4529..6c535e12ea7 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.21 2016/06/13 23:43:58 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.22 2016/06/18 05:59:26 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -74,7 +74,7 @@ dmtimer* at omap? # am335x dual mode timers omusbtll* at omap? cpsw* at omap? com* at omap? # onboard uarts -ommmc* at omap? # SD/MMC card controller +ommmc* at fdt? # SD/MMC card controller sdmmc* at ommmc? # SD/MMC bus ehci* at omap? # EHCI (shim) diff --git a/sys/arch/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK index c8c3b1ebf76..aaab98e8f61 100644 --- a/sys/arch/armv7/conf/RAMDISK +++ b/sys/arch/armv7/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.18 2016/06/14 06:32:47 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.19 2016/06/18 05:59:26 jsg Exp $ machine armv7 arm @@ -73,7 +73,7 @@ dmtimer* at omap? # am335x dual mode timers omusbtll* at omap? cpsw* at omap? com* at omap? # onboard uarts -ommmc* at omap? # SD/MMC card controller +ommmc* at fdt? # SD/MMC card controller sdmmc* at ommmc? # SD/MMC bus ehci* at omap? # EHCI (shim) |