Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf comment out MEMSIZE (now that we probe ...



details:   https://anonhg.NetBSD.org/src/rev/c2034a868b21
branches:  trunk
changeset: 786497:c2034a868b21
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Apr 30 00:26:19 2013 +0000

description:
comment out MEMSIZE (now that we probe memory size)
Add second sdhc controller for beaglebone black

diffstat:

 sys/arch/evbarm/conf/BEAGLEBONE |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 780d8e88a59a -r c2034a868b21 sys/arch/evbarm/conf/BEAGLEBONE
--- a/sys/arch/evbarm/conf/BEAGLEBONE   Tue Apr 30 00:18:01 2013 +0000
+++ b/sys/arch/evbarm/conf/BEAGLEBONE   Tue Apr 30 00:26:19 2013 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: BEAGLEBONE,v 1.11 2013/04/25 20:56:20 rkujawa Exp $
+#      $NetBSD: BEAGLEBONE,v 1.12 2013/04/30 00:26:19 matt Exp $
 #
 #      BEAGLEBONE -- TI AM335x board Kernel
 #
@@ -169,7 +169,7 @@
 cpu0           at mainbus?
 
 # Specify the memory size in megabytes.
-options        MEMSIZE=256
+#options       MEMSIZE=256
 
 # L3 Interconnect
 #L3i0          at mainbus?
@@ -199,7 +199,7 @@
 # from other omap3.  (What about omap4?)  Need to adapt the omap sdhc
 # driver to handle this.
 sdhc0          at obio0 addr 0x48060100 size 0x0f00 intr 64
-#sdhc1         at obio0 addr 0x481d8100 size 0x0f00 intr 28
+sdhc1          at obio0 addr 0x481d8100 size 0x0f00 intr 28 # BB Black
 #sdhc2         at obio0 addr 0x47810100 size 0xff00 intr 29
 sdmmc*         at sdhc?                # SD/MMC bus
 ld*            at sdmmc?



Home | Main Index | Thread Index | Old Index