do as arm does and get rid of addresses in kernel config

This commit is contained in:
macallan 2015-03-17 07:28:18 +00:00
parent 613f592364
commit 26c86995c9
1 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: CI20,v 1.10 2015/03/10 18:20:20 macallan Exp $ # $NetBSD: CI20,v 1.11 2015/03/17 07:28:18 macallan Exp $
# #
# MIPS Creator CI20 # MIPS Creator CI20
# #
@ -7,7 +7,7 @@ include "arch/evbmips/conf/std.ingenic"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "CI20-$Revision: 1.10 $" #ident "CI20-$Revision: 1.11 $"
maxusers 32 maxusers 32
@ -142,19 +142,19 @@ com* at mainbus?
apbus0 at mainbus? apbus0 at mainbus?
# On-board USB # On-board USB
dwctwo* at apbus? addr 0x13500000 dwctwo* at apbus?
#options DWC2_DEBUG #options DWC2_DEBUG
usb* at dwctwo? usb* at dwctwo?
ohci* at apbus? addr 0x134a0000 ohci* at apbus?
usb* at ohci? usb* at ohci?
# this one doesn't work yet # this one doesn't work yet
#ehci* at apbus? addr 0x13490000 #ehci* at apbus?
#usb* at ehci? #usb* at ehci?
# onboard ethernet # onboard ethernet
dme* at apbus? addr 0x16000000 dme* at apbus?
#jzgpio* at apbus? addr ? #jzgpio* at apbus? addr ?
#gpio* at jzgpio? #gpio* at jzgpio?