diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-06-26 09:06:36 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-06-26 09:06:36 +0000 |
commit | 0f5ac894bd020606daf310e1548d0cd653bb00bc (patch) | |
tree | 5bbc14449577d57bdf7dab0c233e3ac50fcf982d /sys/arch/armv7/conf | |
parent | 730b2ec42dcf5791f2798ec9327239eda83aedae (diff) |
Dynamically attach cpsw(4) with the FDT.
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 cb1e5b7c091..70b02284b00 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.25 2016/06/26 07:25:05 jsg Exp $ +# $OpenBSD: GENERIC,v 1.26 2016/06/26 09:06:35 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -72,7 +72,7 @@ iic* at tiiic? gptimer* at omap? # general purpose timers dmtimer* at omap? # am335x dual mode timers omusbtll* at omap? -cpsw* at omap? +cpsw* at fdt? com* at fdt? # onboard uarts ommmc* at fdt? # SD/MMC card controller sdmmc* at ommmc? # SD/MMC bus diff --git a/sys/arch/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK index b272214fdf5..5bcdf34aa0e 100644 --- a/sys/arch/armv7/conf/RAMDISK +++ b/sys/arch/armv7/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.22 2016/06/26 07:25:05 jsg Exp $ +# $OpenBSD: RAMDISK,v 1.23 2016/06/26 09:06:35 jsg Exp $ machine armv7 arm @@ -71,7 +71,7 @@ iic* at tiiic? gptimer* at omap? # general purpose timers dmtimer* at omap? # am335x dual mode timers omusbtll* at omap? -cpsw* at omap? +cpsw* at fdt? com* at fdt? # onboard uarts ommmc* at fdt? # SD/MMC card controller sdmmc* at ommmc? # SD/MMC bus |