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/RAMDISK | |
parent | 730b2ec42dcf5791f2798ec9327239eda83aedae (diff) |
Dynamically attach cpsw(4) with the FDT.
Diffstat (limited to 'sys/arch/armv7/conf/RAMDISK')
-rw-r--r-- | sys/arch/armv7/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
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 |